Brian Vanderburg II -- http://mail.python.org/mailman/listinfo/python-list
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 make sure all the information is copied as it
is supposed to be even for the base classes that have special requirements.
- Copying objects and multiple inheritance Brian Allen Vanderburg II
- Re: Copying objects and multiple inheritanc... Gabriel Genellina
- Re: Copying objects and multiple inheri... Brian Allen Vanderburg II
- Re: Copying objects and multiple in... Gabriel Genellina