class documentation

(internal) A reference to a local object.

Method __init__ Initialize.
Method __repr__ Undocumented
Method decref Decrement the reference count.
Method incref Increment the reference count.
Instance Variable object Undocumented
Instance Variable perspective Undocumented
Instance Variable refcount Undocumented
def __init__(self, object, perspective=None):

Initialize.

def __repr__(self) -> str:

Undocumented

def decref(self):

Decrement the reference count.

Returns
the reference count after decrementing
def incref(self):

Increment the reference count.

Returns
the reference count after incrementing
object =

Undocumented

perspective =

Undocumented

refcount =

Undocumented