class documentation

class AOTJellier: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method jelly Undocumented
Method jelly​To​AO I turn an object into an AOT and return it.
Method prepare​For​Ref I prepare an object for later referencing, by storing its id() and its _AORef in a cache.
Instance Variable prepared Undocumented
Instance Variable stack Undocumented
Instance Variable _ref​_id Undocumented
def __init__(self): (source)

Undocumented

def jelly(self, obj): (source)

Undocumented

def jellyToAO(self, obj): (source)
I turn an object into an AOT and return it.
def prepareForRef(self, aoref, object): (source)
I prepare an object for later referencing, by storing its id() and its _AORef in a cache.
prepared: dict = (source)

Undocumented

stack: list = (source)

Undocumented

_ref_id: int = (source)

Undocumented