This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.misc.doccer

Utilities to allow inserting docstring fragments for common parameters into function and method docstrings

Functions

docformat(docstring[, docdict]) Fill a function docstring from variables in dictionary
filldoc(docdict[, unindent_params]) Return docstring decorator using docdict variable dictionary
indentcount_lines(lines) Minumum indent for all lines in line list
unindent_dict(docdict) Unindent all strings in a docdict
unindent_string(docstring) Set docstring to minimum indent for all lines, including first

Previous topic

scipy.misc.common

Next topic

scipy.misc.pilutil

This Page