process#

caput.pipeline.tasklib.flow.MakeCopy.process(data)[source]#

Return a deep copy of the given object.

Parameters:
dataAny

The object to copy.

Returns:
copied_objectAny

A deep copy of the input object.