Trees | Indices | Help |
|
---|
|
object --+ | types.ModuleType
module(name[, doc])
Create a module object. The name must be a string; the optional doc argument can have any type.
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
Inherited from |
|
|||
|
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:28 2017 | http://epydoc.sourceforge.net |