The Gaudi Framework
v25r5
|
Public Member Functions | |
def | __init__ |
def | value |
def | ptype |
def | property |
def | documentation |
def | hasDoc |
Private Attributes | |
_type | |
__doc__ | |
_value | |
_property | |
keep the original property More... | |
holds the value and the documentation string of a property
Definition at line 143 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.__init__ | ( | self, | |
prop | |||
) |
Definition at line 145 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.documentation | ( | self | ) |
Definition at line 172 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.hasDoc | ( | self | ) |
Definition at line 174 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.property | ( | self | ) |
Definition at line 169 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.ptype | ( | self | ) |
Definition at line 167 of file Bindings.py.
def GaudiPython.Bindings.PropertyEntry.value | ( | self | ) |
Definition at line 165 of file Bindings.py.
|
private |
Definition at line 147 of file Bindings.py.
|
private |
keep the original property
Definition at line 164 of file Bindings.py.
|
private |
Definition at line 146 of file Bindings.py.
|
private |
Definition at line 150 of file Bindings.py.