Home | Trees | Indices | Help |
|
---|
|
object --+ | _ModuleNaming_mixin --+ | NamespaceModule
This class represents a Python module that holds all the declarations belonging to a specific namespace.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|||
Inherited from Inherited from |
|
|||
__namespace = None hash(x) |
|||
__moduleRecord = None hash(x) |
|||
__namespaceGroupModule = None hash(x) |
|||
_UniqueInModule =
Identifiers that are reserved within a module. |
|||
__namespaceGroupHead = None hash(x) |
|||
__namespaceGroup = None hash(x) |
|||
__ComponentModuleMap =
|
|||
__components = None hash(x) |
|||
__componentBindingName = None hash(x) |
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
|
_UniqueInModuleIdentifiers that are reserved within a module. Subclasses extend this with the identifiers they add to the module. Module-level schema-derived identifiers (such as type definition and element names) are deconflicted from this set and from each other.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:54 2013 | http://epydoc.sourceforge.net |