| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
memoizedMethod
a trivial memoizing decorator for instance methods.
See memoized for the same thing for functions. This uses a single persistent cache for all instances, so there's not terribly much the wrapped method is allowed to do with its self.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |