Trees | Indices | Help |
|
---|
|
_IgnoreCallback --+ | IgnoreWorkspaceChanged
Context manager to ignore Workspace Changed callbacks. Example: maestro.workspace_changed_function_add(self.my_ws_changed) with maestro.IgnoreWorkspaceChanged(self.my_ws_changed): #WS changes in this block won't trigger self.my_ws_changed #Outside of the block WS changes will again call self.my_ws_changed
|
|||
|
|||
Inherited from |
|
See _IgnoreCallback.__init__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:42:16 2016 | http://epydoc.sourceforge.net |