Question about inheritence

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Fri Jul 25 00:44:35 EDT 2008


In message <mailman.490.1216745662.922.python-list at python.org>, Fredrik
Lundh wrote:

> Python doesn't really have constructors; when you create an object,
> Python first creates the object and then calls the __init__ method, if
> available

That's the usual meaning of "constructor". It doesn't actually "construct"
the object, it really "initializes" it.



More information about the Python-list mailing list