![]() |
The Gaudi Framework
v28r0
|


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 | |
| keep the original property More... | |
holds the value and the documentation string of a property
Definition at line 151 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
| prop | |||
| ) |
Definition at line 153 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 180 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 182 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 177 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 175 of file Bindings.py.
| def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 173 of file Bindings.py.
|
private |
Definition at line 155 of file Bindings.py.
|
private |
keep the original property
Definition at line 172 of file Bindings.py.
|
private |
Definition at line 154 of file Bindings.py.
|
private |
Definition at line 158 of file Bindings.py.