Message175745
So at this point you should use inspect.signature(), not getfullargspec().
With that you could do this if you either allowed setting the __signature__ attribute and then provided code that would set it, made __signature__ a property that returned the Signature object if desired on a built-in, or come up with some automated way to take the argument string from PyArg_Parse() as you suggested. |
|
Date |
User |
Action |
Args |
2012-11-17 14:46:45 | brett.cannon | set | recipients:
+ brett.cannon, jcea, larry, asvetlov |
2012-11-17 14:46:45 | brett.cannon | set | messageid: <1353163605.51.0.603868916136.issue16490@psf.upfronthosting.co.za> |
2012-11-17 14:46:45 | brett.cannon | link | issue16490 messages |
2012-11-17 14:46:45 | brett.cannon | create | |
|