This class represents a Python module that holds all the declarations
belonging to a specific namespace.
|
|
|
|
|
|
|
setNamespaceGroupModule(self,
namespace_group_module) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
generator,
module_record,
mr_scc,
components=None,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
_finalizeModuleContents_vx(self,
template_map) |
source code
|
|
|
|
|
|
Inherited from _ModuleNaming_mixin :
addImportsFrom ,
bindingFile ,
bindingIO ,
bindingPreface ,
bindingTag ,
defineNamespace ,
generator ,
importForDeclaration ,
literal ,
moduleContents ,
modulePath ,
moduleUID ,
nameInModule ,
pathFromImport ,
referenceNamespace ,
referenceSchemaComponent ,
uniqueInClass ,
uniqueInModule ,
writeToModuleFile
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|