copy_to method

copy_to

Define the interface for get SourceText from array of the source.

def copy_to(self, source_index, destination, destination_index, count):
    ...
ParameterTypeDescription
source_indexintThe sourceIndex.
destinationlistThe destination.
destination_indexintThe destinationIndex.
countintThe integer count.

See Also