Home | Trees | Indices | Help |
|
---|
|
object --+ | Cached
Base class for all cached objects.
Every object is identified by an Id specified as first parameter of the constructor. Trying to create two objects with same Id yields the same object. Uses weak references to allow the objects to be deleted normally.
Warning:
__init__()
is always called, don't use it to prevent
initializing an already initialized object. Use
_Init()
instead, it is called only once.
Instance Methods | |||
|
|||
Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Class Variables | |
_cache_ = <WeakValueDictionary at 35097976>
|
Properties | |
Inherited from |
Method Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:55:00 2008 | http://epydoc.sourceforge.net |