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


Groups > comp.lang.python > #42882

Re: a couple of questions: pickling objects and strict types

Date 2013-04-05 23:22 -0400
From Dave Angel <davea@davea.name>
Subject Re: a couple of questions: pickling objects and strict types
References <mailman.159.1365188823.3114.python-list@python.org> <515f345a$0$29995$c3e8da3$5496439d@news.astraweb.com> <mailman.170.1365207530.3114.python-list@python.org> <515f8a6b$0$29995$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmqgQEopbmuFAx5RN8P=5zzXM9yADy35s5=+UUp70EUU_Q@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.182.1365218863.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 04/05/2013 10:49 PM, Chris Angelico wrote:
> On Sat, Apr 6, 2013 at 1:37 PM, Steven D'Aprano
> <steve+comp.lang.python@pearwood.info> wrote:
>> Did you mean "constructor" rather than C T O R ? Perhaps your voice-to-
>> text software (if you are using such) misheard you.
>
> Side point: "ctor" is a common abbreviation for "constructor".
>
> ChrisA
>

But neither term applies to the __init__() method, which is an 
initializer.  The constructor is __new__()


-- 
DaveA

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


Thread

a couple of questions: pickling objects and strict types "Littlefield, Tyler" <tyler@tysdomain.com> - 2013-04-05 12:59 -0600
  Re: a couple of questions: pickling objects and strict types John Gordon <gordon@panix.com> - 2013-04-05 19:27 +0000
  Re: a couple of questions: pickling objects and strict types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-05 20:30 +0000
    Re: a couple of questions: pickling objects and strict types "Littlefield, Tyler" <tyler@tysdomain.com> - 2013-04-05 18:18 -0600
      Re: a couple of questions: pickling objects and strict types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-06 02:37 +0000
        Re: a couple of questions: pickling objects and strict types Chris Angelico <rosuav@gmail.com> - 2013-04-06 13:49 +1100
        Re: a couple of questions: pickling objects and strict types Dave Angel <davea@davea.name> - 2013-04-05 23:22 -0400
        Re: a couple of questions: pickling objects and strict types mblume <foobar@invalid.invalid> - 2013-04-06 10:30 +0000

csiph-web