Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.114 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.85; '*S*': 0.07; 'subject:help': 0.08; 'cc:addr:python-list': 0.11; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'received:google.com': 0.35; 'effort': 0.37; 'that,': 0.38; 'july': 0.63; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=cH1InJ1X3PsC4WOT95tO4oo+F34wddqWzXx45x7foSs=; b=tHiAGJPMzIko4JMu2gi06FHbaV/NIWnUmPWGsQD/tq1X44wfiq+rJkzaPTQUbd7Yob ejIjGG9ItjPgrbxRzS62YvJoE9j17vdBCll8o1GdSMxSBZvA1QlO2BKgWAgwdLQadtBP 8fXecNxQlNDbQ5AZ/pw7KEvNz9UcBCeKfPEQMDCTczyMpdtwPfLQVPVehoss3fovi8hs lMXZepnuNRG4pHtf5++4M+CZUc7uP6k4fW7cfw2aO/QxkuFUBqxjf1y8A3+djYG5SiIO u0IPeqRFpUaxHzp9TQkLFIY8Q4ndPwBR56GF6hzfRZH8dHLca5obZwWAkNlfvM9xtaGd MuPg== X-Received: by 10.152.42.171 with SMTP id p11mr1415397lal.79.1372891559939; Wed, 03 Jul 2013 15:45:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Joshua Landau Date: Wed, 3 Jul 2013 23:45:19 +0100 Subject: Re: Decorator help To: "Joseph L. Casale" Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.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: 5 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372891568 news.xs4all.nl 15874 [2001:888:2000:d::a6]:56392 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49781 On 3 July 2013 23:19, Joshua Landau wrote: > If you don't want to do that, you'd need to use introspection of a > remarkably hacky sort. If you want that, well, it'll take a mo. After some effort I'm pretty confident that the hacky way is impossible.