共用方式為


FileRange 類別

檔案範圍。

繼承
builtins.object
FileRange

建構函式

FileRange(start=None, end=None)

參數

名稱 Description
start
預設值: None
end
預設值: None

變數

名稱 Description
start
int

檔案範圍的開頭位元組索引。

end
int

檔案範圍結尾的位元組索引。