substring method

substring(offset, count)

Extracts a range of data from the node.

Returns

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

See Also