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: <[email protected]> |
| 2014-12-04 22:05:21 | yselivanov | link | issue22998 messages |
| 2014-12-04 22:05:21 | yselivanov | create | |
|