Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52973 > unrolled thread

Re: cpmplex function call

Started byChris Angelico <rosuav@gmail.com>
First post2013-08-25 19:35 +1000
Last post2013-08-25 19:35 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: cpmplex function call Chris Angelico <rosuav@gmail.com> - 2013-08-25 19:35 +1000

#52973 — Re: cpmplex function call

FromChris Angelico <rosuav@gmail.com>
Date2013-08-25 19:35 +1000
SubjectRe: cpmplex function call
Message-ID<mailman.215.1377423359.19984.python-list@python.org>
On Sun, Aug 25, 2013 at 7:33 PM, Mohsen Pahlevanzadeh
<mohsen@pahlevanzadeh.org> wrote:
> Dear all,
>
>
> Suppose I have function with with 10
> args:
>
> "def foo(arg1,arg2,arg3,arg4.....): "
>
> I need to call somtimes with arg1 , somtimes arg1, arg4, , somtimes arg 4 , arg7 , my program doesn't specify to type of call.
>
> Does python same way to help me?
>
> My link:
> http://stackoverflow.com/questions/18427564/order-of-parameters-of-function-call-of-python
> --mohsen

You seem to have some good answers there already. What don't you
understand about those answers? Follow up with them.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web