Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'class,': 0.07; 'referring': 0.07; 'tuple': 0.09; 'subject:not': 0.11; 'assume': 0.11; 'sat,': 0.15; 'roy': 0.16; 'subject:class': 0.16; 'subject:default': 0.16; 'subject:type': 0.16; 'tuple,': 0.16; 'wrote:': 0.17; 'pointed': 0.17; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'origin': 0.29; 'that.': 0.30; 'could': 0.32; 'point,': 0.33; 'true.': 0.33; 'to:addr:python-list': 0.33; 'equal': 0.33; 'received:google.com': 0.34; 'nov': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'more': 0.63; 'other.': 0.64; 'fact,': 0.69; 'smith': 0.71; 'article': 0.78; 'deem': 0.84; 'to:name:python': 0.84 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 :content-type; bh=gqahV6qNdDoCZ3hFD48ylMzahC2gHjbcRwrs9WqMtYY=; b=0K7/etTdLivQkzzNSWMjGAYjj86nijeJ5/ICvFSJc1pEoU83qg78SoLPGmT7Jglk6M 6Ct0cKPjU5y/xcankrOShaOw6uDWGgWdEsEsQFVN1YO57poUIrJnwzBulH0qGvp9S19G odz7Toh6Yy0LuYl/u3yUzBxJvjb3Pl20oVzynwJebNKIPMEZVLH7v4tnmLcO26KkTIEB S5j/+zHZqf9hdeip+IADT0UX5pBaopLdmwPK72Da6Nq/sV+5CAKBuCs+aC6QPjuHhdJE SAB8m4hz02Qs1BV09GO7sV5LVAMs9MMmLajsofMSxX7yHvBDtq+nCJiwfTfxQLJmiGrz o5dA== MIME-Version: 1.0 In-Reply-To: References: <509efbb6$0$29980$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Sat, 10 Nov 2012 23:43:46 -0700 Subject: Re: Method default argument whose type is the class not yet defined To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352616258 news.xs4all.nl 6854 [2001:888:2000:d::a6]:58522 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33117 On Sat, Nov 10, 2012 at 7:53 PM, Roy Smith wrote: > In article , > Ian Kelly wrote: > >> On Sat, Nov 10, 2012 at 7:13 PM, Chris Angelico wrote: >> > I would not assume that. The origin is a point, just like any other. >> > With a Line class, you could deem a zero-length line to be like a >> > zero-element list, but Point(0,0) is more like the tuple (0,0) which >> > is definitely True. >> >> It's more like the number 0 than the tuple (0,0). >> >> 0 is the origin on a 1-dimensional number line. >> (0,0) is the origin on a 2-dimensional number plane. > >> In fact, it might be pointed out that Point(0, 0) is a generalization >> of 0+0j, which is equal to 0. > > > If (0,0) is the origin on a plane, then (0,) should be the origin on a > line. If you consider 0 + 0j to be the origin of a plane, then 0 is the > origin of a line. Either way is plausible, but you need to be > consistent. Where I wrote "(0,0) is the origin" above I was not referring to a point, not a tuple, but I can see how that was confusing.