
Public Member Functions | |
| def | __new__ (cls, p, k) |
| def | get_option (self, option) |
| def | init_options (self) |
| def | set_option (self, option, value) |
Public Attributes | |
| options | |
Private Attributes | |
| _the_instance | |
Options object.
Definition at line 29 of file options.py.
| def rtctree.options.Options.__new__ | ( | cls, | |
| p, | |||
| k | |||
| ) |
Definition at line 30 of file options.py.
| def rtctree.options.Options.get_option | ( | self, | |
| option | |||
| ) |
Definition at line 43 of file options.py.
| def rtctree.options.Options.init_options | ( | self | ) |
Definition at line 35 of file options.py.
| def rtctree.options.Options.set_option | ( | self, | |
| option, | |||
| value | |||
| ) |
Definition at line 38 of file options.py.
|
private |
Definition at line 32 of file options.py.
| rtctree.options.Options.options |
Definition at line 36 of file options.py.