Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.utils.texDoc |
Classes | |
class | TexDoc |
Formatter class for text documentation. More... | |
Functions | |
def | getdoc |
Get the doc string or comments for an object. | |
def | makeLatexSafe |
Variables | |
string | __copyright__ |
latex documentation tool | |
string | __license__ |
tuple | latex = TexDoc() |
list | item = sys.argv[1] |
list | From = sys.argv[2] |
tuple | x = __import__( item, globals(), locals(), From ) |
tuple | k = getattr( x, From ) |