Python Class: Copying an object (Deep copy without importing copy)

前端 未结 0 1435
挽巷
挽巷 2020-12-19 10:56

I would like to build a method that creates fully independent copy of an object with a different memory address(Deep copy). so that the old object\'s values won\'t be affect

相关标签:
回答
  • 消灭零回复
提交回复
热议问题