We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7b60b commit e22b2f4Copy full SHA for e22b2f4
itkwidgets/cell_watcher.py
@@ -23,7 +23,9 @@ def __init__(self):
23
def data(self) -> Dict[str, Dict[str, bool]]:
24
"""Get the underlying data dict containg all viewer data
25
26
- :return: The data object that contains all created Viewer information.
+ :return: A dict of key, value pairs mapping the unique Viewer name to a
27
+ dictionary containing a 'ready' key and a boolean value reflecting the
28
+ ready state of the Viewer.
29
:rtype: Dict[str, Dict[str, bool]]
30
"""
31
return self._data
0 commit comments