FileRange Class

File Range.

Inheritance
builtins.object
FileRange

Constructor

FileRange(start=None, end=None)

Parameters

Name Description
start
default value: None
end
default value: None

Variables

Name Description
start
int

Byte index for start of file range.

end
int

Byte index for end of file range.