New submission from George Sakkis <george.sak...@gmail.com>: Not sure if this has been brought before but how about extending getargspec to work with callable instances, i.e. make it equivalent to getargspec(obj.__call__) ?
---------- components: Library (Lib) messages: 105166 nosy: gsakkis priority: normal severity: normal status: open title: Allow callable objects in inspect.getargspec type: feature request versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8639> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com