Message232154
I think we should just fix the documentation, and update the code in example with a proper check:
for param in sig.parameters.values():
if (param.name not in ba.arguments
and param.default is not param.empty):
ba.arguments[param.name] = param.default
I'm -1 on adding '_with_defaults' method, because usually you don't need this (at least in my experience). |
|
Date |
User |
Action |
Args |
2014-12-04 22:05:21 | yselivanov | set | recipients:
+ yselivanov, doerwalter, r.david.murray |
2014-12-04 22:05:21 | yselivanov | set | messageid: <1417730721.24.0.336896845856.issue22998@psf.upfronthosting.co.za> |
2014-12-04 22:05:21 | yselivanov | link | issue22998 messages |
2014-12-04 22:05:21 | yselivanov | create | |
|