ORSBaseClass¶
Inheritance diagram¶

Classes¶
ORSBaseClass¶
- class ORSModel.ors.ORSBaseClass¶
An abstract class from which all objects issued from the ORS Core Library inherit.
- getPythonTraceBack() List[str]¶
Set the python traceback for a call from python.
- Returns:
output (List[str]) –
- isManaged(self) bool¶
- Returns:
output (bool) –
- isNone(self) bool¶
- Returns:
output (bool) –
- setPythonTraceBack(tb: List[str])¶
Set the python traceback for a call from python.
- Parameters:
tb (List[str]) –