insert_data method

insert_data

Insert a string at the specified 16-bit unit offset.

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

See Also