replace_data method

replace_data

Replace the characters starting at the specified 16-bit unit offset with the specified string.

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

See Also