substring method

substring(offset, count)

Extracts a range of data from the node.

Returns

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

See Also