class documentation

class _lazy_collection(object):

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __getstate__ Undocumented
Method __init__ Undocumented
Method __setstate__ Undocumented
Instance Variable parent Undocumented
Instance Variable target Undocumented
def __call__(self):

Undocumented

def __getstate__(self):

Undocumented

def __init__(self, obj, target):

Undocumented

def __setstate__(self, state):

Undocumented

parent =

Undocumented

target =

Undocumented