| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
KRingbuffer
Ring buffer with key lookup.
Basically a ringbuffer for the keys and a dict (k,v) that is cleaned up to reflect the keys in the Ringbuffer.
|
|||
new empty dictionary |
|
||
|
|||
| None |
|
||
|
|||
|
|||
|
|||
| None |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Reinitialize the KRingbuffer to empty.
|
x[i]=y
|
del x[y]
|
Update D from E and F: for k in E: D[k] = E[k] (if E has keys else: for (k, v) in E: D[k] = v) then: for k in F: D[k] = F[k]
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 3 22:23:16 2010 | http://epydoc.sourceforge.net |