Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ seek
Method
seek
Lib/typing.py:3556–3557 ·
view source on GitHub ↗
(self, offset: int, whence: int = 0)
Source
from the content-addressed store, hash-verified
3554
3555
@abstractmethod
3556
def
seek(self, offset: int, whence: int = 0) -> int:
3557
pass
3558
3559
@abstractmethod
3560
def
seekable(self) -> bool:
Callers
12
parse
Method · 0.45
_read_object
Method · 0.45
load
Function · 0.45
_sendfile_use_sendfile
Method · 0.45
_sendfile_use_send
Method · 0.45
truncate
Method · 0.45
open
Function · 0.45
_read_directory
Function · 0.45
_get_data
Function · 0.45
json_dump
Function · 0.45
test_04
Function · 0.45
stdlib_socket.py
File · 0.45
Calls
no outgoing calls
Tested by
2
truncate
Method · 0.36
test_04
Function · 0.36