class documentation

class AOTJellier:

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):

Undocumented

def jelly(self, obj):

Undocumented

def jellyToAO(self, obj):

I turn an object into an AOT and return it.

def prepareForRef(self, aoref, object):

I prepare an object for later referencing, by storing its id() and its _AORef in a cache.

prepared: dict =

Undocumented

stack: list =

Undocumented

_ref_id: int =

Undocumented