deepcopy in IronPython

Posted by Meli on Stack Overflow See other posts from Stack Overflow or by Meli
Published on 2010-06-07T17:47:08Z Indexed on 2010/06/07 17:52 UTC
Read the original article Hit count: 368

Filed under:
|

I want to do a deepcopy in IronPython, but when I write

import copy 

I get "no module named copy". How do I deepcopy in IronPython?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ironpython