Public Member Functions | |
def | __init__ |
def | __str__ |
def | isValid |
def | product |
Private Member Functions | |
def | _addressOf |
def | _resetWrapper |
Private member functions ##. More... | |
def | _setStatus |
def | _typeInfoGetter |
Private Attributes | |
_exception | |
_nodel | |
_type | |
_typeInfo | |
_wrapper | |
def python.Handle.__init__ | ( | self, | |
typeString, | |||
kwargs | |||
) |
Initialize python handle wrapper
Definition at line 54 of file __init__.py.
def python.Handle.__str__ | ( | self | ) |
Definition at line 90 of file __init__.py.
|
private |
(Internal) Return address of edm wrapper
Definition at line 113 of file __init__.py.
|
private |
Private member functions ##.
(Internal) reset the edm wrapper
Definition at line 96 of file __init__.py.
|
private |
(Internal) To be called by Events.getByLabel
Definition at line 118 of file __init__.py.
|
private |
(Internal) Return the type info
Definition at line 108 of file __init__.py.
def python.Handle.isValid | ( | self | ) |
Returns true if getByLabel call was successful and data is present in handle.
Definition at line 77 of file __init__.py.
Referenced by core.AutoHandle.AutoHandle.ReallyLoad().
def python.Handle.product | ( | self | ) |
Returns product stored in handle.
Definition at line 83 of file __init__.py.
|
private |
Definition at line 67 of file __init__.py.
|
private |
Definition at line 59 of file __init__.py.
|
private |
Definition at line 65 of file __init__.py.
|
private |
Definition at line 99 of file __init__.py.
|
private |
Definition at line 98 of file __init__.py.