[issue3135] inspect.getcallargs()

George Sakkis report at bugs.python.org
Fri May 15 03:46:40 CEST 2009


George Sakkis <george.sakkis at gmail.com> added the comment:

I updated the recipe to also return a `missing_args` tuple - the tuple
of the formal parameters whose value was not provided. This is useful in
cases where one want to distinguish f() from f(None) given "def f(x=None)".

----------
versions: +Python 2.7 -Python 2.6

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


More information about the Python-bugs-list mailing list