process method

process

Processes the loaded data.

def process(self, rectangle, data, start, end):
    ...
ParameterTypeDescription
rectangleRectangleThe data rectangle.
databytesThe raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

process

Processes the loaded data.

def process(self, rectangle, data, start, end, load_options):
    ...
ParameterTypeDescription
rectangleRectangleThe data rectangle.
databytesThe raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
load_optionsLoadOptionsThe load options.

See Also