class documentation

class memoized_property(object):

View In Hierarchy

A read-only @property that is only evaluated once.
Method __get__ Undocumented
Method __init__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable fget Undocumented
def __get__(self, obj, cls):

Undocumented

def __init__(self, fget, doc=None):

Undocumented

__name__ =

Undocumented

fget =

Undocumented