class documentation

class StackSpace:

View In Hierarchy

Representation of a stack.

Warnings

Must not be directly constructed but retrieved through the stack property of the events.

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 id Property: The id of the stack.
Instance Variable _data_source Undocumented
Instance Variable _id Undocumented
def __eq__(self, other):

Compares the instance for equality with an object.

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

Undocumented

Returns
intUndocumented
def __init__(self, data_source, stack_id):

Undocumented

Parameters
data_source:_DataSourceUndocumented
stack_id:intUndocumented
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
id: int =

Property: The id of the stack.

_data_source =

Undocumented

_id =

Undocumented