|
|
|
__init__(self,
generator,
*args,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
bindingTag(self)
Return a distinct string recorded in the first 4096 bytes of the
binding file. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_initializeUniqueInModule(self,
unique_in_module) |
source code
|
|
|
|
|
|
|
|
|
__componentModule(self,
component,
module_type) |
source code
|
|
|
|
|
|
|
defineNamespace(self,
namespace,
name,
require_unique=True,
definition=None,
**kw) |
source code
|
|
|
|
|
|
|
|
|
|
|
_ModuleNaming_mixin__componentModule(self,
component,
module_type) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|