![]() |
The Gaudi Framework
v26r0
|
Classes | |
class | GaudiHandleArrayPropertyProxy |
class | GaudiHandlePropertyProxy |
class | GaudiHandlePropertyProxyBase |
class | PropertyProxy |
Functions | |
def | derives_from |
def | _isCompatible |
def | PropertyProxyFactory |
Variables | |
list | __all__ = [ 'PropertyProxy', 'GaudiHandlePropertyProxy', 'GaudiHandleArrayPropertyProxy' ] |
data ------------------------------------------------------------------— More... | |
tuple | log = logging.getLogger( 'PropertyProxy' ) |
|
private |
Definition at line 30 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 19 of file PropertyProxy.py.
def GaudiKernel.PropertyProxy.PropertyProxyFactory | ( | descr, | |
doc, | |||
default | |||
) |
Definition at line 348 of file PropertyProxy.py.
list GaudiKernel.PropertyProxy.__all__ = [ 'PropertyProxy', 'GaudiHandlePropertyProxy', 'GaudiHandleArrayPropertyProxy' ] |
data ------------------------------------------------------------------—
Definition at line 6 of file PropertyProxy.py.
tuple GaudiKernel.PropertyProxy.log = logging.getLogger( 'PropertyProxy' ) |
Definition at line 13 of file PropertyProxy.py.