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.
References PGeometricDet::Item._type, python.Handle._type, MELaserPrim._type, and TrackerGeometryCompare._type.
Referenced by BeautifulSoup.Tag.__repr__(), BeautifulSoup.Tag.__unicode__(), and BeautifulSoup.Tag.prettify().
|
private |
(Internal) Return address of edm wrapper
Definition at line 113 of file __init__.py.
References python.Handle._wrapper.
|
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.
References python.Handle._exception.
|
private |
(Internal) Return the type info
Definition at line 108 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 77 of file __init__.py.
References python.Handle._exception.
Referenced by core.AutoHandle.AutoHandle.ReallyLoad().
def python.Handle.product | ( | self | ) |
Returns product stored in handle.
Definition at line 83 of file __init__.py.
References python.Handle._exception.
|
private |
Definition at line 67 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.
|
private |
Definition at line 65 of file __init__.py.
Referenced by python.Handle.__str__(), cfg-viewer.unscheduled._proceed(), Vispa.Gui.PortConnection.PointToPointConnection.calculateRoute(), and SequenceTypes.ExpandVisitor.result().
|
private |
Definition at line 99 of file __init__.py.
Referenced by python.Handle._typeInfoGetter().
|
private |
Definition at line 98 of file __init__.py.
Referenced by python.Handle._addressOf().