class documentation

class lazy_attribute(object): (source)

View In Hierarchy

A property that caches itself to the class object.

Method __get__ Undocumented
Method __init__ Undocumented
Instance Variable getter Undocumented
def __get__(self, obj, cls): (source)

Undocumented

def __init__(self, func): (source)

Undocumented

Undocumented