ATLAS Offline Software
|
Classes | |
class | DataHandlePropertyProxy |
class | GaudiHandleArrayPropertyProxy |
class | GaudiHandlePropertyProxy |
class | GaudiHandlePropertyProxyBase |
class | PropertyProxy |
Functions | |
def | derives_from (derived, base) |
def | _isCompatible (tp, value, context="") |
def | PropertyProxyFactory (descr, doc, default) |
Variables | |
string | __version__ = '2.0.0' |
data ------------------------------------------------------------------— More... | |
string | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov), Martin Woudstra (Martin.Woudstra@cern.ch)' |
list | __all__ |
log = logging.getLogger( 'PropertyProxy' ) | |
|
private |
Definition at line 44 of file PropertyProxy.py.
def python.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 27 of file PropertyProxy.py.
def python.PropertyProxy.PropertyProxyFactory | ( | descr, | |
doc, | |||
default | |||
) |
Definition at line 445 of file PropertyProxy.py.
|
private |
Definition at line 18 of file PropertyProxy.py.
|
private |
Definition at line 16 of file PropertyProxy.py.
|
private |
data ------------------------------------------------------------------—
Definition at line 15 of file PropertyProxy.py.
python.PropertyProxy.log = logging.getLogger( 'PropertyProxy' ) |
Definition at line 24 of file PropertyProxy.py.