Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49781
| 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 | <joshua.landau.ws@gmail.com> |
| 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 | <CAN1F8qX0KVYYE6=M2hS8DXZJUN3tTG+Uk6c8HTsZkNKMrFcj_w@mail.gmail.com> |
| References | <fdc5f317fd454a4dbb9b3033dbe18a60@exch.activenetwerx.com> <CAN1F8qX0KVYYE6=M2hS8DXZJUN3tTG+Uk6c8HTsZkNKMrFcj_w@mail.gmail.com> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | Wed, 3 Jul 2013 23:45:19 +0100 |
| Subject | Re: Decorator help |
| To | "Joseph L. Casale" <jcasale@activenetwerx.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | "python-list@python.org" <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 <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.4186.1372891568.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 3 July 2013 23:19, Joshua Landau <joshua.landau.ws@gmail.com> 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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Decorator help Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-03 23:45 +0100
csiph-web