class documentation

class WeakPopulateDict(dict):

View In Hierarchy

Like PopulateDict, but assumes a self + a method and does not create a reference cycle.
Method __init__ Undocumented
Method __missing__ Undocumented
Instance Variable creator Undocumented
Instance Variable weakself Undocumented
def __init__(self, creator_method):

Undocumented

def __missing__(self, key):

Undocumented

creator =

Undocumented

weakself =

Undocumented