About
This provides with the Docstring
class decorator for docstring documentation.
documentation | currently not available |
version | 0.9 |
since | Fri Jan 27 23:43:03 2017 |
license | EUPL |
Description
It helps create decorators that apply on any kind of object (class, methods, ...)
and enable to modify/update, as well as parameterize, the docstring by rewritting
and reformating (possibly emptying) its __doc__
special attribute of
the considered object (and only this).
Note Find out about other useful resources at https://wiki.python.org/moin/PythonDecoratorLibrary.