replace_data method

replace_data(offset, count, data)

Replaces the characters starting at the specified offset with the specified string.

def replace_data(self, offset, count, data):
    ...
ParameterTypeDescription
offsetintThe offset.
countintThe count.
datastrThe content data.

See Also