Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | Lockable --+ | LimitCache
>>> C=LimitCache(10) >>> C['A']='A' >>> C['A'] 'A' >>> for i in range(20): ... C[i]=i >>> >>> C['A'] Traceback (most recent call last): ... KeyError: 'A' >>> C[11] 11
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:33 2007 | http://epydoc.sourceforge.net |