[Python-ideas] [Brainstorm] Testing with Documented ABCs

julien tayon julien at tayon.net
Thu Nov 29 03:55:09 EST 2018


I wrote a lib specially for the case of validator that would also override
the documentation : default is if name of function +args speaks by it
itself then only this is added to the docstring
ex: @require_odd_numbers() => it would add require_odd_numbers at the end
of __doc__ and the possibilitly to add template of doc strings.
https://github.com/jul/check_arg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20181129/fe05cda3/attachment.html>


More information about the Python-ideas mailing list