mako.util.memoized_instancemethod
mako
util
memoized_instancemethod
class memoized_instancemethod(object):
View In Hierarchy
Decorate a method memoize its return value.
Best applied to no-arg methods: memoization is not sensitive to argument values, and will always return the same value even when called with different arguments.
__get__
__init__
__name__
fget
Undocumented