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


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

cpmplex function call

Started byMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
First post2013-08-25 14:03 +0430
Last post2013-08-25 14:03 +0430
Articles 1 — 1 participant

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


Contents

  cpmplex function call Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-08-25 14:03 +0430

#52972 — cpmplex function call

FromMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date2013-08-25 14:03 +0430
Subjectcpmplex function call
Message-ID<mailman.214.1377423211.19984.python-list@python.org>
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


[toc] | [standalone]


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


csiph-web