Home | Trees | Indices | Help |
|
---|
|
object --+ | _ModuleNaming_mixin
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
|
|||
|
|||
|
|||
|
|
|||
__anonSTDIndex = None
|
|||
__anonCTDIndex = None
|
|||
__uniqueInModule = None
|
|||
__uniqueInClass = None
|
|||
__referencedFromClass = None
|
|||
_UniqueInModule =
Identifiers that are reserved within a module. |
|||
_ReferencedFromClass =
Identifiers defined in module that are accessed unqualified from class. |
|||
__ComponentBindingModuleMap = {}
|
|||
__generator = None
|
|||
__referencedNamespaces = None
|
|||
__moduleUID = None
|
|||
__modulePath = None
|
|||
__bindingFile = None
|
|||
__bindingFilePath = None
|
|||
__RecordModuleMap = {}
|
|||
_ModuleNaming_mixin__ComponentBindingModuleMap =
|
|||
_ModuleNaming_mixin__RecordModuleMap =
|
|||
_ModuleNaming_mixin__anonCTDIndex = None
|
|||
_ModuleNaming_mixin__anonSTDIndex = None
|
|||
_ModuleNaming_mixin__bindingFile = None
|
|||
_ModuleNaming_mixin__bindingFilePath = None
|
|||
_ModuleNaming_mixin__generator = None
|
|||
_ModuleNaming_mixin__modulePath = None
|
|||
_ModuleNaming_mixin__moduleUID = None
|
|||
_ModuleNaming_mixin__referencedFromClass = None
|
|||
_ModuleNaming_mixin__referencedNamespaces = None
|
|||
_ModuleNaming_mixin__uniqueInClass = None
|
|||
_ModuleNaming_mixin__uniqueInModule = None
|
|
|
Return a distinct string recorded in the first 4096 bytes of the binding file. This is used to ensure uniqueness and avoid overwriting data belonging to a different binding. The return value comprises the class-specialized _bindingTagPrefix_vx with the moduleUID. |
Return a block of binding text (comment or code) serving as a preface. Normally this should describe the module contents. |
Import the binding from which the declaration came. Figure out where the declaration came from. If it's not part of this binding, make sure we import the binding associated with the schema from which it came. We need that, if not for something in the declaration itself, at least to be able to get the Namespace for the declaration's name. None of this is relevant if the declaration has no namespace. |
|
_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.
|
_ReferencedFromClassIdentifiers defined in module that are accessed unqualified from class. These include standard import module names and globals such as references to namespaces.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:37 2013 | http://epydoc.sourceforge.net |