Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.043 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'suppose': 0.07; 'python': 0.11; 'arg': 0.16; 'args:': 0.16; 'all,': 0.19; 'skip:f 30': 0.19; 'specify': 0.24; 'function': 0.29; "doesn't": 0.30; 'me?': 0.32; 'call.': 0.33; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'dear': 0.65; 'link:': 0.72 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Mime-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=N2OAwY27MW+2s4Vbog5Cx5wqhKQ3MqLvmAhepZMAwNA=; b=GKP4W3swjpuK4xIZgnm9FXe4fH6lZDzkjtBKUCtwxKMnQiTJZ2G+H7RIRzx1UaiJ4RPk59QmWnbR0OM7ZCyDaFgqVLO7CIJ4SpymFavsovM0sn6gISWH2lNfqqeMX4rd5gfMqobIibgkVL5NNRj02FmDfcBORdJHkCY6KhDKkqQ=; Subject: cpmplex function call From: Mohsen Pahlevanzadeh To: python-list@python.org Date: Sun, 25 Aug 2013 14:03:23 +0430 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-4+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - part7.royal-servers.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Get-Message-Sender-Via: part7.royal-servers.com: authenticated_id: mohsen@pahlevanzadeh.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377423211 news.xs4all.nl 15866 [2001:888:2000:d::a6]:53881 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52972 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