Package schrodinger :: Package maestro :: Module maestro :: Class IgnoreProjectUpdate
[hide private]
[frames] | no frames]

Class IgnoreProjectUpdate

_IgnoreCallback --+
                  |
                 IgnoreProjectUpdate

See IgnoreWorkspaceChanged for docs/example.

Instance Methods [hide private]
 
__init__(self, callback_func)

Inherited from _IgnoreCallback: __enter__, __exit__

Method Details [hide private]

__init__(self, callback_func)
(Constructor)

 
Parameters:
  • callback_type - What callback you're working with, these are the keys to the _callbacks dict.
  • callback_func - The method we want to disconnect (if connected) from the given callback
Overrides: _IgnoreCallback.__init__
(inherited documentation)