Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62480
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <brian.m.bruggeman@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.220 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.62; '*S*': 0.06; 'url:github': 0.09; 'advance.': 0.19; 'something': 0.35; 'received:google.com': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.63; 'subject:@': 0.85 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=rJOt69H6grIM7eGE2t/hEze08k0YkVACk2Z1rgBmo88=; b=v+psrXBBqmia5UvUWhuvLakokDir0Gjbb00sTxY6wFDZukdi27bqd6iavLkltJTCZw hKe6difM07PgPZXbaEln62Stz/fdeCS0bzd+Tw6ZYbnezNu/op4w5U5BdSBiMt3eiWvy O0rtKz4GGu9XvvZX+4THwMGXsE9DE0u6W1gdXg1d3J6CaG957i2QQ9tfX2YVhmCggZD0 BgTfeb+x3pclfKvSwXrf6rDpT0DCWGPTdkomLXaHaT1+vfyS6SG9EkYHjysRVv64++hu goAuHRofgrQJJbBslo97UN0Ls7pgzpyNYvJDYa42XFm8+sKS1V0RNvuFYbgTTUXPeROC m+JA== |
| X-Received | by 10.182.149.168 with SMTP id ub8mr47051obb.74.1387574773840; Fri, 20 Dec 2013 13:26:13 -0800 (PST) |
| From | Brian Bruggeman <brian.m.bruggeman@gmail.com> |
| Content-Type | multipart/alternative; boundary="Apple-Mail=_264C7569-D1AF-4533-A1F4-1C9867EB2143" |
| Subject | @property simultaneous setter and getter |
| Date | Fri, 20 Dec 2013 15:26:10 -0600 |
| To | python-list@python.org |
| Mime-Version | 1.0 (Mac OS X Mail 7.1 \(1827\)) |
| X-Mailer | Apple Mail (2.1827) |
| X-Mailman-Approved-At | Sat, 21 Dec 2013 10:38:57 +0100 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4464.1387618739.18130.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1387618739 news.xs4all.nl 2936 [2001:888:2000:d::a6]:59478 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:62480 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Is this something that would be pep-able? https://gist.github.com/brianbruggeman/8061774 Thanks in advance.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
@property simultaneous setter and getter Brian Bruggeman <brian.m.bruggeman@gmail.com> - 2013-12-20 15:26 -0600
Re: @property simultaneous setter and getter Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-21 11:31 +0000
Re: @property simultaneous setter and getter Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 12:09 +0000
Re: @property simultaneous setter and getter Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-21 11:59 -0500
Hopper and Backus (was Re: @property simultaneous setter and getter) Terry Reedy <tjreedy@udel.edu> - 2013-12-21 16:42 -0500
csiph-web