This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gsakkis
Recipients gsakkis
Date 2010-05-06.21:58:28
SpamBayes Score 0.19944544
Marked as misclassified No
Message-id <1273183110.15.0.600505035287.issue8639@psf.upfronthosting.co.za>
In-reply-to
Content
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__) ?
History
Date User Action Args
2010-05-06 21:58:30gsakkissetrecipients: + gsakkis
2010-05-06 21:58:30gsakkissetmessageid: <1273183110.15.0.600505035287.issue8639@psf.upfronthosting.co.za>
2010-05-06 21:58:28gsakkislinkissue8639 messages
2010-05-06 21:58:28gsakkiscreate