delete_data method

delete_data(offset, count)

Removes a range of content from the node.

def delete_data(self, offset, count):
    ...
ParameterTypeDescription
offsetintThe offset.
countintThe count.

See Also