class documentation

class StackLeave:

View In Hierarchy

Representation of the event leaving a stack.

Warnings

Must not be directly constructed.

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 stack Property: The stack associated with the event.
Property transition Property: The transition where this event happened.
Instance Variable _data_source Undocumented
Instance Variable _id Undocumented
Instance Variable _stack Undocumented
Instance Variable _trace Undocumented
Instance Variable _transition Undocumented
def __eq__(self, other):

Compares the instance for equality with an object.

  • if the object is not a StackLeave, will return False.
Parameters
other:objectUndocumented
Returns
boolUndocumented
def __hash__(self):

Undocumented

Returns
intUndocumented
def __init__(self, data_source, trace, rvn_stack_leave):

Undocumented

Parameters
data_source:_DataSourceUndocumented
trace:_TraceUndocumented
rvn_stack_leave:_reven_api.StackEnterLeaveEventUndocumented
def __repr__(self):

Returns the "official" string representation of this instance.

Returns
strUndocumented
def __str__(self):

Returns the nicely printable string representation of this instance.

Returns
strUndocumented
@property
stack: StackSpace =

Property: The stack associated with the event.

@property
transition: _Transition =

Property: The transition where this event happened.

_data_source =

Undocumented

_id =

Undocumented

_stack =

Undocumented

_trace =

Undocumented

_transition =

Undocumented