[Python-Dev] locals(), closures, and IronPython...

Andrew Dalke dalke at dalkescientific.com
Wed Mar 7 08:02:47 CET 2007


On 3/6/07, Mike Klaas <mike.klaas at gmail.com> wrote:
> There's nothing quite like running help(func) and getting *args,
> **kwargs as the documented parameter list.

I think

>>> import resource
>>> help(resource.getpagesize)
Help on built-in function getpagesize in module resource:

getpagesize(...)


is pretty close.  :)

        Andrew
        dalke at dalkescientific.com


More information about the Python-Dev mailing list