Function parameters list
Mohsen Pahlevanzadeh
mohsen at pahlevanzadeh.org
Tue Dec 1 06:47:42 EST 2009
You need to define a function same following definition:
def myfunc(*arglist):
yourbody
####calling function:
myfunc("it's first argument","It's second argument","It's thr argument")
On Tue, 2009-12-01 at 10:15 +0200, Nadav Chernin wrote:
> Hello, all
>
>
>
> I need to know dynamically parameters of any function (prototype).
>
>
>
> Is there some way to get it?
>
>
>
> Thanks, Nadav
>
>
More information about the Python-list
mailing list