get_docstring#
- Docorator.get_docstring(s, base=None)#
Get a docstring of a function.
Like the
get_sections()
method this method serves as a descriptor for functions but saves the entire docstring.
Get a docstring of a function.
Like the get_sections()
method this method serves as a
descriptor for functions but saves the entire docstring.