class documentation
class FrameEnd:
Representation of the event ending a frame of a stack.
Warnings
Must not be directly constructed but retrieved through the StackFrame.end_event
property.
Method | __eq__ |
Compares the instance for equality with an object. |
Method | __hash__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __repr__ |
Returns the "official" string representation of this instance. |
Method | __str__ |
Returns the nicely printable string representation of this instance. |
Property | frame |
Property: The frame associated with the event. |
Property | stack |
Property: The stack associated with the event. |
Property | transition |
Property: The transition where this event happened. |
Property | type |
Property: The type of the end. |
Instance Variable | _data |
Undocumented |
Instance Variable | _frame |
Undocumented |
Instance Variable | _frame |
Undocumented |
Instance Variable | _stack |
Undocumented |
Instance Variable | _trace |
Undocumented |
Instance Variable | _transition |
Undocumented |
Instance Variable | _type |
Undocumented |
def __eq__(self, other):
Compares the instance for equality with an object.
- if the object is not a
FrameEnd
, will return False.
Parameters | |
other:object | Undocumented |
Returns | |
bool | Undocumented |
def __init__(self, data_source, trace, frame, rvn_frame_end):
Undocumented
Parameters | |
data_DataSource | Undocumented |
trace:_Trace | Undocumented |
frame:StackFrame | Undocumented |
rvn_reven_api.StackFrameEndEvent | Undocumented |
def __repr__(self):
Returns the "official" string representation of this instance.
Returns | |
str | Undocumented |
def __str__(self):
Returns the nicely printable string representation of this instance.
Returns | |
str | Undocumented |