On Tue, Dec 1, 2009 at 12:15 AM, Nadav Chernin <nada...@qualisystems.com> wrote:
> Hello, all
>
> I need to know dynamically parameters of any function (prototype).
>
> Is there some way to get it?

The `inspect` module:

http://docs.python.org/library/inspect.html#inspect.getargspec
http://docs.python.org/library/inspect.html#inspect.formatargspec

Cheers,
Chris
--
http://blog.rebertia.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to