Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | document |
def | fail |
Static Public Attributes | |
docmodule = fail | |
def document | ( | self, | |
object, | |||
name = None , |
|||
args | |||
) |
Generate documentation for an object.
Definition at line 264 of file pydoc.py.
References HTMLDoc.docclass(), TextDoc.docclass(), Doc.docmodule, HTMLDoc.docother(), TextDoc.docother(), HTMLDoc.docroutine(), TextDoc.docroutine(), inspect.isclass(), inspect.ismodule(), and inspect.isroutine().
def fail | ( | self, | |
object, | |||
name = None , |
|||
args | |||
) |
Raise an exception for unimplemented types.