Home | Trees | Indices | Help |
|
---|
|
object --+ | _PickledAnonymousReference
A helper that encapsulates a reference to an anonymous type in a different namespace.
Normally references to components in other namespaces can be made using the component's name. This is not the case when a namespace derives from a base type in another namespace and needs to reference the attribute or element declarations held in that type. If these declarations are local to the base complex type, they cannot be identified by name. This class provides a pickleable representation for them that behaves rather like an pyxb.namespace.ExpandedName instance in that it can be used to dereference various component types.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
__AnonymousCategory = pyxb.namespace.archive.NamespaceArchive.
|
|||
__namespace = None hash(x) |
|||
__anonymousName = None hash(x) |
|||
_PickledAnonymousReference__AnonymousCategory =
|
|||
_PickledAnonymousReference__anonymousName = None hash(x) |
|||
_PickledAnonymousReference__namespace = None hash(x) |
|
|||
Inherited from |
|
Create a new anonymous reference.
|
Represent the anonymous reference in a form recognizable by a developer.
|
|
__AnonymousCategory
|
_PickledAnonymousReference__AnonymousCategory
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:36 2012 | http://epydoc.sourceforge.net |