![]() |
The Gaudi Framework
v28r2
|
Classes | |
class | DataObjectHandleBasePropertyProxy |
class | GaudiHandleArrayPropertyProxy |
class | GaudiHandlePropertyProxy |
class | GaudiHandlePropertyProxyBase |
class | PropertyProxy |
Functions | |
def | derives_from (derived, base) |
def | _isCompatible (tp, value) |
def | PropertyProxyFactory (descr, doc, default) |
Variables | |
list | __all__ = [ 'PropertyProxy', 'GaudiHandlePropertyProxy', 'GaudiHandleArrayPropertyProxy' ] |
data ------------------------------------------------------------------— More... | |
log = logging.getLogger( 'PropertyProxy' ) | |
|
private |
Definition at line 31 of file PropertyProxy.py.
def GaudiKernel.PropertyProxy.derives_from | ( | derived, | |
base | |||
) |
A string version of isinstance(). <derived> is either an object instance, or a type <base> is a string containing the name of the base class (or <derived> class)
Definition at line 20 of file PropertyProxy.py.
def GaudiKernel.PropertyProxy.PropertyProxyFactory | ( | descr, | |
doc, | |||
default | |||
) |
Definition at line 385 of file PropertyProxy.py.
|
private |
data ------------------------------------------------------------------—
Definition at line 6 of file PropertyProxy.py.
GaudiKernel.PropertyProxy.log = logging.getLogger( 'PropertyProxy' ) |
Definition at line 14 of file PropertyProxy.py.