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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:help': 0.08; 'debugger': 0.09; 'skip:> 40': 0.09; 'missed': 0.12; 'appreciated!': 0.16; 'received:172.18.0': 0.16; 'to:name:python- list@python.org': 0.22; 'case.': 0.24; 'header:In-Reply-To:1': 0.27; 'that.': 0.31; 'charset:us-ascii': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:unknown': 0.61; 'course': 0.61; 'technically': 0.84 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=3f4U5fHrZLLPCzJ96ldNbjtja1zQ0ih230F6vdsLr5s= 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=HQDhIXgVSf8GubWF8B8A:9 a=CjuIK1q_8ugA:10 a=85ciS5B7l98A:10 a=w8xN54rdViUA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 From: "Joseph L. Casale" To: "python-list@python.org" Subject: RE: Decorator help Thread-Topic: Decorator help Thread-Index: AQHOeHjphAJbpAk0MEWBOkcucFT2NplUr9nG Date: Thu, 4 Jul 2013 16:07:49 +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: 1372954143 news.xs4all.nl 16001 [2001:888:2000:d::a6]:56457 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49883 >Well, technically it's=0A= >=0A= >func.func_closure[0].cell_contents.__name__=0A= >=0A= >but of course you cannot know that for the general case.=0A= =0A= Hah, I admit I lacked perseverance in looking at this in PyCharms debugger = as I missed=0A= that.=0A= =0A= Much appreciated!=0A= jlc=