class documentation

class memoized_property(object):

View In Hierarchy

A read-only @property that is only evaluated once.
Class Method reset Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method ​_reset Undocumented
Instance Variable __name__ Undocumented
Instance Variable fget Undocumented
@classmethod
def reset(cls, obj, name):

Undocumented

def __get__(self, obj, cls):

Undocumented

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

Undocumented

def _reset(self, obj):

Undocumented

__name__ =

Undocumented

fget =

Undocumented