insert_data method

insert_data(offset, data)

Inserts a string at the specified offset.

def insert_data(self, offset, data):
    ...
ParameterTypeDescription
offsetintThe offset.
datastrThe content data.

See Also