Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21557

Re: How to break long method name into more than one line?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.091
X-Spam-Evidence '*H*': 0.82; '*S*': 0.00; '*not*': 0.05; 'subject:method': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:break': 0.16; 'wrote:': 0.18; 'accordingly.': 0.21; 'received:209.85.210.174': 0.21; 'received :mail-iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'wonder': 0.23; '(in': 0.26; 'function': 0.27; 'message- id:@mail.gmail.com': 0.29; 'pm,': 0.29; '"in': 0.30; 'physics,': 0.30; 'chris': 0.30; 'subject:?': 0.31; 'break': 0.32; 'tue,': 0.32; 'rules': 0.34; 'problem.': 0.35; 'to:addr:python-list': 0.35; '...': 0.35; 'subject:How': 0.35; 'reference': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'should': 0.38; 'received:209': 0.39; 'point': 0.40; 'to:addr:python.org': 0.40; 'you.': 0.62; 'subject:name': 0.67; 'theme': 0.67; 'relevant': 0.71; 'subject:one': 0.77; 'political': 0.78; 'soviet': 0.93; 'subject:long': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XPDgFhpA57La0A/JDr4UaBpH0fr6fQxDi4mPpWJJy2g=; b=fIj/CehYetA0WfGKTLArczMA55gLlcQ+22l8WqaawB8vPGt1rhFFDYhcH8pv0Oe0Gr 52I4PutZyb6KcvgK/YnZJXweS8JN/pBRkUnlOMhEIUAUpqQFdZc5SHpnH6o2RGU93Lfd /n5+Y49jx/uOl9HF1hyDzOl2jH7p6XqdqxRlN30Qa5r6LFwhF60RXP/b1owXbTAdxJX1 6Y7Bdskqs08yJlLlIK6qvPtiUzfbZB8FCnivV0hoW0Kaar6IPId6zjoYbt8plmU8uWXi vifpglfiq+SbbvqD/o7kbZdr19jxseWTah7g0QMLohWzApCpbJAxh6CCa6mf3QemJ2VE hQcg==
MIME-Version 1.0
In-Reply-To <4F5F21E0.4010308@sequans.com>
References <mailman.571.1331492028.3037.python-list@python.org> <4f5d4390$0$29891$c3e8da3$5496439d@news.astraweb.com> <jjl805$dlk$1@dough.gmane.org> <CAPTjJmqAJWcPYONq8Yw3e3KH4VyDV4u-DwuS4YsjduE2=pLfmw@mail.gmail.com> <4F5F21E0.4010308@sequans.com>
Date Tue, 13 Mar 2012 21:35:44 +1100
Subject Re: How to break long method name into more than one line?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.608.1331634947.3037.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1331634947 news.xs4all.nl 6943 [2001:888:2000:d::a6]:47092
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21557

Show key headers only | View raw


On Tue, Mar 13, 2012 at 9:30 PM, Jean-Michel Pichavant
<jeanmichel@sequans.com> wrote:
> Chris Angelico wrote:
>>
>> Just never treat them as laws of physics (in
>> Soviet Physics, rules break you!).
>
> hum ...
> I wonder how this political message is relevant to the OP problem.

Ehh, it's a reference to the "in Soviet Russia" theme of one-liners.
You don't break the laws of physics, they break you. My point is that
rules about function names etc are *not* inviolate, and should be
treated accordingly.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

How to break long method name into more than one line? Herman <sorsorday@gmail.com> - 2012-03-11 11:53 -0700
  Re: How to break long method name into more than one line? Roy Smith <roy@panix.com> - 2012-03-11 15:11 -0400
  Re: How to break long method name into more than one line? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-12 00:30 +0000
    Re: How to break long method name into more than one line? Roy Smith <roy@panix.com> - 2012-03-11 20:43 -0400
    Re: How to break long method name into more than one line? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-12 12:24 -0400
    Re: How to break long method name into more than one line? Chris Angelico <rosuav@gmail.com> - 2012-03-13 08:59 +1100
    Re: How to break long method name into more than one line? Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-03-13 11:30 +0100
    Re: How to break long method name into more than one line? Chris Angelico <rosuav@gmail.com> - 2012-03-13 21:35 +1100

csiph-web