class documentation

class cached_property: (source)

Constructor: cached_property(fn)

View In Hierarchy

Decorator for a cached property.

Method __get__ Undocumented
Method __init__ Undocumented
Instance Variable _fn Undocumented
def __get__(self, obj, objtype=None): (source)

Undocumented

def __init__(self, fn): (source)

Undocumented

Undocumented