En Wed, 03 Jun 2009 10:20:35 -0300, Brian Allen Vanderburg II
escribió:
Gabriel Genellina wrote:
En Tue, 02 Jun 2009 19:02:47 -0300, Brian Allen Vanderburg II
escribió:
What is the best way to copy an object that has multiple inheritance
with the copy module. Particularly, some of the i
Gabriel Genellina wrote:
En Tue, 02 Jun 2009 19:02:47 -0300, Brian Allen Vanderburg II
escribió:
What is the best way to copy an object that has multiple inheritance
with the copy module. Particularly, some of the instances in the
hierarchy
("...some of the classes in...", I presume?)
us
En Tue, 02 Jun 2009 19:02:47 -0300, Brian Allen Vanderburg II
escribió:
What is the best way to copy an object that has multiple inheritance
with the copy module. Particularly, some of the instances in the
hierarchy
("...some of the classes in...", I presume?)
use the __copy__ method t
What is the best way to copy an object that has multiple inheritance
with the copy module. Particularly, some of the instances in the
hierarchy use the __copy__ method to create a copy (because even for
shallow copies they need some information updated a little
differently), so how can I mak