SPPCompiler.Utils.FastDeepcopy module

SPPCompiler.Utils.FastDeepcopy.fast_deepcopy(value)

Pattern-matching implementation of fast_deepcopy.

Parameters:

value (TypeVar(T)) – The object to be copied.

Return type:

TypeVar(T)

Returns:

The copied object.