replicating objects

Leif K-Brooks eurleif at ecritters.biz
Thu Feb 12 12:57:44 EST 2004


Stefan Seefeld wrote:
> I'v got a composite object that I want to replicate
> (say, similar to C++'s copy constructor). What is the
> best way to implement that ? Are there any metaprogramming
> techniques that could me help to achieve what I want ?

http://www.python.org/doc/current/lib/module-copy.html


-- 
Proud "php freak that likes to stick to the rules". Actually, Python.



More information about the Python-list mailing list