[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Concerning copy



Using copy.copy() is a solution

And in some cases, you may need to use copy.deepcopy() to make sure the new object is really not linked to the old.


Kris