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


Groups > comp.lang.python > #31017 > unrolled thread

Private methods

Started byreal-not-anti-spam-address@apple-juice.co.uk (D.M. Procida)
First post2012-10-09 14:24 +0100
Last post2012-10-10 20:11 -0700
Articles 1 on this page of 21 — 13 participants

Back to article view | Back to comp.lang.python


Contents

  Private methods real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2012-10-09 14:24 +0100
    Re: Private methods Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-09 14:51 +0100
      Re: Private methods real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2012-10-09 14:59 +0100
        Re: Private methods Demian Brecht <demianbrecht@gmail.com> - 2012-10-09 07:08 -0700
        Re: Private methods Robert Kern <robert.kern@gmail.com> - 2012-10-09 15:12 +0100
        Re: Private methods Tim Chase <python.list@tim.thechases.com> - 2012-10-09 09:21 -0500
        Re: Private methods Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-09 11:08 -0600
          Re: Private methods Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-09 23:51 +0000
            Re: Private methods Demian Brecht <demianbrecht@gmail.com> - 2012-10-09 17:26 -0700
              Re: Private methods real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2012-10-10 08:03 +0100
                Re: Private methods alex23 <wuwei23@gmail.com> - 2012-10-10 18:34 -0700
                  Re: Private methods Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-11 02:08 +0000
                  Re: Private methods Dieter Maurer <dieter@handshake.de> - 2012-10-11 08:04 +0200
            Re: Private methods Robert Kern <robert.kern@gmail.com> - 2012-10-10 13:47 +0100
            Re: Private methods Ian Kelly <ian.g.kelly@gmail.com> - 2012-11-01 16:45 -0600
        Re: Private methods Roy Smith <roy@panix.com> - 2012-10-10 09:08 -0400
          Re: Private methods Ramchandra Apte <maniandram01@gmail.com> - 2012-10-10 08:56 -0700
            Re: Private methods Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-10 17:13 +0100
              Re: Private methods Grant Edwards <invalid@invalid.invalid> - 2012-10-10 16:30 +0000
              Re: Private methods alex23 <wuwei23@gmail.com> - 2012-10-10 18:39 -0700
    Re: Private methods 88888 Dihedral <dihedral88888@googlemail.com> - 2012-10-10 20:11 -0700

Page 2 of 2 — ← Prev page 1 [2]


#31099

From88888 Dihedral <dihedral88888@googlemail.com>
Date2012-10-10 20:11 -0700
Message-ID<a004b946-01d6-4e7c-96ad-c0a873f1b0c4@googlegroups.com>
In reply to#31017
D.M. Procida於 2012年10月9日星期二UTC+8下午9時24分30秒寫道:
> What exactly is the point of a private method? Why or when would I want
> 

Private methods in the object level are searched first 
in the run time of python interpreter. 

I did turn some private methods in to c programs from time to time.

 
 

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web