ORSBaseClass¶
Inheritance diagram¶
Classes¶
ORSBaseClass¶
-
class
ORSModel.ors.ORSBaseClass¶ -
getPythonTraceBack() → typing.List[str]¶ Set the python traceback for a call from python.
Returns: output (typing.List[str]) –
-
isManaged(self) → bool¶ Returns: output (bool) –
-
isNone(self) → bool¶ Returns: output (bool) –
-
setPythonTraceBack(tb: ORSModel.ors.typing.List[str]) → None¶ Set the python traceback for a call from python.
Parameters: tb (typing.List[str]) –
-