Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.116 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.03; 'subject:help': 0.08; 'debugger': 0.09; 'received:172.18.0': 0.16; 'shot.': 0.16; 'to:name:python-list@python.org': 0.22; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'charset:us-ascii': 0.36; 'thanks': 0.36; "i'll": 0.36; 'effort': 0.37; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'received:unknown': 0.61; 'fired': 0.84; 'lot,': 0.93 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=+lz5uX4xiInwtrymCIFxsZpC13k2qgqBCqxhxbRs02Y= c=1 sm=1 a=P90J6pEA2ccA:10 a=7PYXob_7ZXMA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=oNw28mxuUhXRB3mVwYQ4Ag==:17 a=4Xgz5VfQhs_QXG3gB04A:9 a=CjuIK1q_8ugA:10 a=nYOLZcbvNZcA:10 a=Te51U06IxMsA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 From: "Joseph L. Casale" To: "python-list@python.org" Subject: RE: Decorator help Thread-Topic: Decorator help Thread-Index: AQHOeCtehAJbpAk0MEWBOkcucFT2NplT6uMAgAAHWID//51XWg== Date: Wed, 3 Jul 2013 22:54:33 +0000 References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.18.0.4] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372892080 news.xs4all.nl 15933 [2001:888:2000:d::a6]:59934 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49780 >> If you don't want to do that, you'd need to use introspection of a=0A= >> remarkably hacky sort. If you want that, well, it'll take a mo.=0A= >=0A= > After some effort I'm pretty confident that the hacky way is impossible.= =0A= =0A= Hah, I fired it in PyCharm's debugger and spent a wack time myself, thanks= =0A= for the confirmation, I'll give functools a shot.=0A= =0A= Thanks a lot,=0A= jlc=0A=