Creating a copy of an object in Python without using deepcopy

后端 未结 0 847
不思量自难忘°
不思量自难忘° 2020-12-18 08:29

I have been taking a look at improving the runtime of a Python class\' copy operation which currently utilizes the copy.deepcopy() function:

def Foo(object):
         


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