Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | DeferringDict
is a dictionary that stores tuples of a callable and its arguments and will, on the first access, do the calls.
This is used below to defer the construction of instances in the class resolver to when they are actually used. This is important with interfaces, since they usually need the entire system up before they can sensibly be built.
Instance Methods | |||
|
|||
|
|||
an iterator over the (key, value) items of D |
|
||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
x[i]=y
|
x[y]
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |