Copy
Module: pyot.utils.copy
function fast_copy -> ~T
fast_copy -> ~Tobj:~T
30x faster copy than
copy.deepcopy, but not all objects can be fast copied (e.g. lambdas).
Last updated
Module: pyot.utils.copy
fast_copy -> ~Tobj: ~T
30x faster copy than
copy.deepcopy, but not all objects can be fast copied (e.g. lambdas).
Last updated