Package _setup :: Package dev :: Module apidoc
[hide private]
[frames] | no frames]

Module apidoc

source code

API doc builders.


Author: André Malo

Functions [hide private]
 
_VERSION_SEARCH(...)
search(string[, pos[, endpos]]) --> match object or None.
source code
 
epydoc(**kwargs)
Run epydoc
source code
Variables [hide private]
  __package__ = '_setup.dev'
Function Details [hide private]

_VERSION_SEARCH(...)

source code 
search(string[, pos[, endpos]]) --> match object or None. Scan through string looking for a match, and return a corresponding MatchObject instance. Return None if no position in the string matches.