[New-bugs-announce] [issue8639] Allow callable objects in inspect.getargspec

George Sakkis report at bugs.python.org
Thu May 6 23:58:30 CEST 2010


New submission from George Sakkis <george.sakkis at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8639>
_______________________________________


More information about the New-bugs-announce mailing list