class documentation
Model access class.
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 |
|
Undocumented |
Instance Variable | gui |
Undocumented |
Instance Variable | _recalculate |
Undocumented |
def __exit__(self, _exc_type:
type[ BaseException] | None
, _exc_val: BaseException | None
, _exc_tb: TracebackType | None
):
¶
Leaving the context starts recalculation if enabled; otherwise, just redraw.