Public Member Functions | |
def | __init__ |
def | __str__ |
def | isValid |
def | product |
Private Member Functions | |
def | _addressOf |
def | _setStatus |
def | _typeInfoGetter |
Private member functions ##. More... | |
Private Attributes | |
_exception | |
_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 96 of file __init__.py.
References PGeometricDet::Item._type, python.Handle._type, MELaserPrim._type, and TrackerGeometryCompare._type.
|
private |
(Internal) Return address of edm wrapper
Definition at line 107 of file __init__.py.
References python.Handle._wrapper.
|
private |
(Internal) To be called by Events.getByLabel
Definition at line 112 of file __init__.py.
References python.Handle._exception.
|
private |
Private member functions ##.
(Internal) Return the type info
Definition at line 102 of file __init__.py.
References python.Handle._typeInfo.
def python.Handle.isValid | ( | self | ) |
Returns true if getByLabel call was successful and data is present in handle.
Definition at line 83 of file __init__.py.
References python.Handle._exception.
def python.Handle.product | ( | self | ) |
Returns product stored in handle.
Definition at line 89 of file __init__.py.
References python.Handle._exception.
|
private |
Definition at line 62 of file __init__.py.
Referenced by python.Handle._setStatus(), python.Handle.isValid(), and python.Handle.product().
|
private |
Definition at line 59 of file __init__.py.
Referenced by python.Handle.__str__(), Vispa.Gui.PortConnection.PointToPointConnection.calculateRoute(), and SequenceTypes.ExpandVisitor.result().
|
private |
Definition at line 61 of file __init__.py.
Referenced by python.Handle._typeInfoGetter().
|
private |
Definition at line 60 of file __init__.py.
Referenced by python.Handle._addressOf().