| 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
__sk_init_() instead, it is called only once.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Static Methods | |||
| a new object with type S, a subtype of T |
|
||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 16 16:40:38 2012 | http://epydoc.sourceforge.net |