Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52972
| Subject | cpmplex function call |
|---|---|
| From | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
| Date | 2013-08-25 14:03 +0430 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.214.1377423211.19984.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
cpmplex function call Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-08-25 14:03 +0430
csiph-web