Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20333
| 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 | <dllizheng@gmail.com> |
| 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 <dllizheng@gmail.com> |
| 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 <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5754.1329116374.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
how to tell a method is class method or static method or instance method?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
how to tell a method is classmethod or static method or instance method Zheng Li <dllizheng@gmail.com> - 2012-02-13 15:59 +0900
Re: how to tell a method is classmethod or static method or instance method Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-13 08:03 +0000
Re: how to tell a method is classmethod or static method or instance method 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-13 01:01 -0800
Re: how to tell a method is classmethod or static method or instance method Nathan Rice <nathan.alexander.rice@gmail.com> - 2012-02-15 13:31 -0500
csiph-web