![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|


Public Member Functions | |
| def | __init__ (self, prop) |
| def | value (self) |
| def | ptype (self) |
| def | property (self) |
| def | documentation (self) |
| def | hasDoc (self) |
Private Attributes | |
| _type | |
| __doc__ | |
| _value | |
| _property | |
holds the value and the documentation string of a property
Definition at line 183 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
| prop | |||
| ) |
Definition at line 186 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 220 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 223 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 216 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 213 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 210 of file Bindings.py.
|
private |
Definition at line 188 of file Bindings.py.
|
private |
Definition at line 208 of file Bindings.py.
|
private |
Definition at line 187 of file Bindings.py.
|
private |
Definition at line 191 of file Bindings.py.