| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
ImageCache
this class is a Borg : always returns the same values regardless to the instance of the object it is used as data storage for images ... with a limit on the number of images to keep in memory.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
| list of D's keys |
|
||
| v, remove specified key and return the corresponding value |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__shared_state =
|
|||
__data_initialized = True
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor of ImageCache
|
x[i]=y
|
x[y]
|
Returns the list of keys, ordered
|
Remove a key for the dictionary and return it's value
|
|
|||
__shared_state
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 16 22:44:37 2011 | http://epydoc.sourceforge.net |