[issue20583] Hide underscored parameters

Yury Selivanov report at bugs.python.org
Mon Feb 10 23:20:57 CET 2014


Yury Selivanov added the comment:

We can *probably* make a convention, that "dunder" parameters are hidden from the pydoc.

like 'func(a, b, *, c, __hidden__=True, __int__=int)'

Or simply those that start with '__'. I'd be -0 on that ;)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20583>
_______________________________________


More information about the Python-bugs-list mailing list