![]() |
![]() |
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 | |||
) |
def python.Handle.__str__ | ( | self | ) |
Definition at line 92 of file __init__.py.
References PGeometricDet::Item._type, python.Handle._type, and MELaserPrim._type.
|
private |
(Internal) Return address of edm wrapper
Definition at line 103 of file __init__.py.
References python.Handle._wrapper.
|
private |
(Internal) To be called by Events.getByLabel
Definition at line 108 of file __init__.py.
References python.Handle._exception.
|
private |
Private member functions ##.
(Internal) Return the type info
Definition at line 98 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 79 of file __init__.py.
References python.Handle._exception.
def python.Handle.product | ( | self | ) |
Returns product stored in handle.
Definition at line 85 of file __init__.py.
References python.Handle._exception.
|
private |
Definition at line 59 of file __init__.py.
Referenced by python.Handle._setStatus(), python.Handle.isValid(), and python.Handle.product().
|
private |
Definition at line 56 of file __init__.py.
Referenced by python.Handle.__str__(), python.Vispa.Gui.PortConnection.PointToPointConnection.calculateRoute(), and SequenceTypes.ExpandVisitor.result().
|
private |
Definition at line 58 of file __init__.py.
Referenced by python.Handle._typeInfoGetter().
|
private |
Definition at line 57 of file __init__.py.
Referenced by python.Handle._addressOf().