class documentation

class AOTJellier: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method jelly Undocumented
Method jellyToAO I turn an object into an AOT and return it.
Method prepareForRef 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

Undocumented

Undocumented