tupledict copy
I am trying to create a shallow copy of a tupledict d. d.copy() returns it as a regular dictionary, whereas I would like the copy to be a tupledict as well. The best way I found to do this is to write gp.tupledict(d.copy()). Is there a better way? Thank you.
0
Please sign in to leave a comment.
Comments
0 comments