class ModelAccess:
Method | __enter__ |
Entering the context kills possibly running calculation if recalculation is enabled. |
Method | __exit__ |
Leaving the context starts recalculation if enabled; otherwise, just redraw. |
Method | __init__ |
Initializes model access. |
Class Variable | DebugValidity |
Undocumented |
Instance Variable | gui |
Undocumented |
Instance Variable | _recalculate |
Undocumented |
Parameters | |
_exc_type:Optional[ | Undocumented |
_exc_val:Optional[ | Undocumented |
_exc_tb:Optional[ | Undocumented |