Copy

Module: pyot.utils.copy

function fast_copy -> ~T

  • obj: ~T

30x faster copy than copy.deepcopy, but not all objects can be fast copied (e.g. lambdas).

Last updated