delete_data method

delete_data(offset, count)

Removes a range of content from the node.

def delete_data(self, offset, count):
    ...
Parameter Type Description
offset int The offset.
count int The count.

See Also