Ryan McCampbell added the comment:

If this is decided against, a partial solution would be to set the "default" 
attribute of VAR_POSITIONAL and VAR_KEYWORD args to an empty tuple/dict, 
respectively. Then you could get a parameter's value no matter what with 
boundargs.get(param.name, param.default).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21684>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to