class documentation

class lazy_attribute(object):

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

Undocumented

def __init__(self, func):

Undocumented

getter =

Undocumented