Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | bold |
def | indent |
def | section |
def | formattree |
def | docmodule |
def | docclass |
def | formatvalue |
def | docroutine |
def | docother |
![]() | |
def | document |
def | fail |
Data Fields | |
needone | |
Static Public Attributes | |
repr = _repr_instance.repr | |
![]() | |
docmodule = fail | |
def docclass | ( | self, | |
object, | |||
name = None , |
|||
mod = None |
|||
) |
Produce text documentation for a given class object.
Definition at line 989 of file pydoc.py.
References audiodev.__init__(), TextDoc.bold(), pydoc.classname(), pydoc.getdoc(), inspect.getmro(), and dospath.join().
def docmodule | ( | self, | |
object, | |||
name = None , |
|||
mod = None |
|||
) |
Produce text documentation for a given module object.
Definition at line 916 of file pydoc.py.
References HTMLDoc.docother(), TextDoc.docother(), Doc.document(), HTMLDoc.formattree(), TextDoc.formattree(), inspect.getabsfile(), inspect.getclasstree(), pydoc.getdoc(), inspect.getmembers(), inspect.getmodule(), inspect.getmodulename(), inspect.isbuiltin(), pydoc.ispackage(), dospath.join(), NoSectionError.section, DuplicateSectionError.section, NoOptionError.section, InterpolationError.section, InterpolationDepthError.section, HTMLDoc.section(), TextDoc.section(), pydoc.splitdoc(), locale.str(), and string.strip().
def docother | ( | self, | |
object, | |||
name = None , |
|||
mod = None , |
|||
maxlen = None , |
|||
doc = None |
|||
) |
Produce text documentation for a data object.
Definition at line 1157 of file pydoc.py.
References TextDoc.bold(), BlockFinder.indent, TextDoc.indent(), HTMLDoc.repr, TextDoc.repr, and locale.str().
def docroutine | ( | self, | |
object, | |||
name = None , |
|||
mod = None , |
|||
cl = None |
|||
) |
Produce text documentation for a function or method object.
Definition at line 1114 of file pydoc.py.
References TextDoc.bold(), pydoc.classname(), inspect.formatargspec(), HTMLDoc.formatvalue(), TextDoc.formatvalue(), inspect.getargspec(), pydoc.getdoc(), BlockFinder.indent, TextDoc.indent(), inspect.isfunction(), inspect.ismethod(), and string.rstrip().
def formattree | ( | self, | |
tree, | |||
modname, | |||
parent = None , |
|||
prefix = '' |
|||
) |
Render in text a class tree as returned by inspect.getclasstree().
Definition at line 900 of file pydoc.py.
References pydoc.classname(), HTMLDoc.formattree(), TextDoc.formattree(), and dospath.join().
def formatvalue | ( | self, | |
object | |||
) |
Format an argument default value as text.
Definition at line 1110 of file pydoc.py.
References HTMLDoc.repr, and TextDoc.repr.
def indent | ( | self, | |
text, | |||
prefix = ' ' |
|||
) |
Indent text by prepending a given prefix to each line.
Definition at line 886 of file pydoc.py.
References dospath.join(), string.rstrip(), and dospath.split().
def section | ( | self, | |
title, | |||
contents | |||
) |
Format a section with a given heading.
Definition at line 894 of file pydoc.py.
References TextDoc.bold(), BlockFinder.indent, TextDoc.indent(), and string.rstrip().