Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.134 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.01; 'subject:method': 0.09; 'subject:instance': 0.16; 'instance': 0.18; 'static': 0.24; 'class': 0.29; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'message-id:@gmail.com': 0.31; 'to:addr :python-list': 0.35; 'to:name:python-list': 0.37; 'charset:us- ascii': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:192': 0.38; 'subject:how': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.62; 'subject:tell': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=ePIL5apriAw1HR/MLW/WU4sXdPb2QjbgKFMYtDKnROo=; b=sgcsrhztfsg50YLRsJjSD+NUHEwXXg02hJV7Ttdmk3smQvgJZezHUSZDjPy68LZgxP zdNtg3P7JoIe7bC7y7yLLsHEb8dJBgt0DaSs/MvWAx7reHmn+1ViRaPau4kP0r0v+YwO wQA+Ma36lCHE/3yOxYQW5XJkAidyS+hECLk6k= From: Zheng Li Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: how to tell a method is classmethod or static method or instance method Date: Mon, 13 Feb 2012 15:59:27 +0900 To: python-list Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 2 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329116374 news.xs4all.nl 6980 [2001:888:2000:d::a6]:57961 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20333 how to tell a method is class method or static method or instance method?