Module: pyot.utils.copy
pyot.utils.copy
fast_copy
~T
obj: ~T
obj
30x faster copy than copy.deepcopy, but not all objects can be fast copied (e.g. lambdas).
copy.deepcopy
Last updated 3 years ago