ORSBaseClass¶
Inheritance diagram¶
Classes¶
ORSBaseClass¶
-
class
ORSModel.ors.ORSBaseClass¶ brief_description: An abstract class from which all objects issued from the author: Eric Fournier. All other members of ORS participated. version: 1.0 date: Jan 2005
-
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]) –
-