| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yaml.representer.BaseRepresenter.module_type
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 |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:59 2008 | http://epydoc.sourceforge.net |