class documentation

class WeakPopulateDict(Dict[_KT, _VT]): (source)

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: types.MethodType): (source)

Undocumented

def __missing__(self, key: Any) -> Any: (source)

Undocumented

Undocumented

weakself = (source)

Undocumented