Received: by 10.66.84.161 with SMTP id a1mr5380846paz.47.1349925079719; Wed, 10 Oct 2012 20:11:19 -0700 (PDT) Received: by 10.68.125.164 with SMTP id mr4mr6622317pbb.19.1349925079664; Wed, 10 Oct 2012 20:11:19 -0700 (PDT) Path: jt13ni2773pbb.1!nntp.google.com!kt20no18179815pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Wed, 10 Oct 2012 20:11:19 -0700 (PDT) In-Reply-To: <1krpbz9.1wge3j11123k2vN%real-not-anti-spam-address@apple-juice.co.uk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=123.192.32.215; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw NNTP-Posting-Host: 123.192.32.215 References: <1krpbz9.1wge3j11123k2vN%real-not-anti-spam-address@apple-juice.co.uk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Private methods From: 88888 Dihedral Injection-Date: Thu, 11 Oct 2012 03:11:19 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable D.M. Procida=E6=96=BC 2012=E5=B9=B410=E6=9C=889=E6=97=A5=E6=98=9F=E6=9C=9F= =E4=BA=8CUTC+8=E4=B8=8B=E5=8D=889=E6=99=8224=E5=88=8630=E7=A7=92=E5=AF=AB= =E9=81=93=EF=BC=9A > What exactly is the point of a private method? Why or when would I want >=20 Private methods in the object level are searched first=20 in the run time of python interpreter.=20 I did turn some private methods in to c programs from time to time. =20 =20