472,119 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Use of apply() function

440 256MB
Hi,

I have gone thru ActiveState Python help for the apply() function.They say that this method is depricated in 2.3 Version.I would like to know whether this function can be used.If so,when can this function will be used.Sample snippet of the code will help me to understand the ussage of this function .

Thanks
PSB
Aug 21 '07 #1
1 1412
bartonc
6,596 Expert 4TB
The use of apply() is equivalent to function(*args, **keywords)
Deprecated since release 2.3. Use the extended call syntax instead, as described above.
Aug 21 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

3 posts views Thread by bjam | last post: by
1 post views Thread by Christopher Benson-Manica | last post: by
3 posts views Thread by Blaise Garant | last post: by
3 posts views Thread by Jeff Stewart | last post: by
1 post views Thread by HopfZ | last post: by
3 posts views Thread by yawnmoth | last post: by
2 posts views Thread by TK | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.