![]() |
The Gaudi Framework
v30r4 (9b837755)
|
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 173 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
prop | |||
) |
Definition at line 176 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 210 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 213 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 206 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 203 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 200 of file Bindings.py.
|
private |
Definition at line 178 of file Bindings.py.
|
private |
Definition at line 198 of file Bindings.py.
|
private |
Definition at line 177 of file Bindings.py.
|
private |
Definition at line 181 of file Bindings.py.