![]() |
The Gaudi Framework
v26r3
|
Public Member Functions | |
def | __init__ (self, prop) |
def | value (self) |
def | ptype (self) |
def | property (self) |
def | documentation (self) |
def | hasDoc (self) |
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 142 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
prop | |||
) |
Definition at line 144 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
prop | |||
) |
Definition at line 144 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 171 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 171 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 173 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 173 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 168 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 168 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 166 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 166 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 164 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 164 of file Bindings.py.
|
private |
Definition at line 146 of file Bindings.py.
|
private |
keep the original property
Definition at line 163 of file Bindings.py.
|
private |
Definition at line 145 of file Bindings.py.
|
private |
Definition at line 149 of file Bindings.py.