Skip to content

gjacopo/docdeco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

docdeco

Decorators for docstring documentation of Python classes and methods

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.

About

Decorators for docstring documentation of Python classes and methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages