Message141536
I've ran into the same problem with getfullargspec not supporting callables, so I've written patch with docs and tests, that adds support for any Python callable. As a result of getfullargspec's implementation change, getargspec function also supports callables. |
|
| Date |
User |
Action |
Args |
| 2011-08-01 21:44:37 | maxbublis | set | recipients:
+ maxbublis, ncoghlan, gsakkis, benjamin.peterson, eric.araujo, michael.foord, daniel.urban, marco.mariani, eric.snow |
| 2011-08-01 21:44:37 | maxbublis | set | messageid: <[email protected]> |
| 2011-08-01 21:44:36 | maxbublis | link | issue8639 messages |
| 2011-08-01 21:44:36 | maxbublis | create | |
|