| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
__ContextFactory
A context class manager.
Context classes are registered with the 'register' method. They are retrieved with the dict [] operator.
Context classes must verify the following:
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x[i]=y
|
x[y]
|
Register an element in the context. The key will be obtained with cls.getLocalName() |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 22 14:37:44 2008 | http://epydoc.sourceforge.net |