Message243200
Well, the docs example only binds explicit defaults in function signature. Implicit defaults for *args and **kwargs (`()` and `{}`) aren't usually useful (in my opinion).
Do you guys have any good use case for such method? I use the Signature API extensively for argument types validation and for serialization of RPC calls, but I never needed this functionality from BoundArguments. |
|
Date |
User |
Action |
Args |
2015-05-14 15:45:40 | yselivanov | set | recipients:
+ yselivanov, brett.cannon, pitrou, larry, r.david.murray |
2015-05-14 15:45:40 | yselivanov | set | messageid: <1431618340.7.0.127097117514.issue24190@psf.upfronthosting.co.za> |
2015-05-14 15:45:40 | yselivanov | link | issue24190 messages |
2015-05-14 15:45:40 | yselivanov | create | |
|