Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94560
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: scalar vs array and program control |
| Date | Sat, 25 Jul 2015 18:56:32 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 19 |
| Message-ID | <3271934.brgO5pjKeM@PointedEars.de> (permalink) |
| References | <87vbd850qa.fsf@gmail.com> <mailman.973.1437822101.3674.python-list@python.org> <1619647.1FW7hyz6Jq@PointedEars.de> <mailman.978.1437831852.3674.python-list@python.org> <1757573.rN60lcJNyZ@PointedEars.de> |
| Reply-To | Thomas 'PointedEars' Lahn <usenet@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Trace | solani.org 1437843595 31835 eJwFwYENwDAIA7CXWpGkcE4Y4v8TZjN09T2IApcbFSdq6HXnHF7VegE4GLxA6jldyunpwg8PPxCw (25 Jul 2015 16:59:55 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sat, 25 Jul 2015 16:59:55 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwVx9EVwEAEBMCWOHZJOeLov4S8zN/AqOxwgo7FtlAyT9zLsJJ6bFwv0NazRdfVCft3kHM0Ndj5huy85dwPSR8Vkg== |
| Cancel-Lock | sha1:+mGz1EssCWPQXRDSm+LONdazH08= |
| X-NNTP-Posting-Host | eJwNyckBwDAIA7CVSLANGYcc7D9Cq6/oGjoBUWCzH1oZ6VCs9GF3nn2tivZg6Vd/zdqDSdTb6wMHyxB0 |
| Xref | csiph.com comp.lang.python:94560 |
Show key headers only | View raw
Thomas 'PointedEars' Lahn wrote:
> #------------------------------------------------------------------------
> class A:
> def __init__ (self, v=0):
> self._value = v
>
> def foo (self, f, b):
> return f(f, self._value, b)
I mean
return f(self._value, b)
--
PointedEars
Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: scalar vs array and program control Laura Creighton <lac@openend.se> - 2015-07-25 13:01 +0200
Re: scalar vs array and program control Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-25 14:57 +0200
Re: scalar vs array and program control Laura Creighton <lac@openend.se> - 2015-07-25 15:43 +0200
Re: scalar vs array and program control Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-25 18:53 +0200
Re: scalar vs array and program control Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-25 18:56 +0200
Re: scalar vs array and program control Laura Creighton <lac@openend.se> - 2015-07-25 19:45 +0200
Re: scalar vs array and program control Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-26 12:26 +0200
Re: scalar vs array and program control Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-26 12:35 +0200
csiph-web