Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ seek
Method
seek
Lib/typing.py:3607–3608 ·
view source on GitHub ↗
(self, offset: int, whence: int = 0)
Source
from the content-addressed store, hash-verified
3605
3606
@abstractmethod
3607
def
seek(self, offset: int, whence: int = 0) -> int:
3608
pass
3609
3610
@abstractmethod
3611
def
seekable(self) -> bool:
Callers
12
parse
Method · 0.45
_read_object
Method · 0.45
load
Function · 0.45
_sendfile_zerocopy
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
calculate_from_build_dir
Function · 0.45
parse_hkscs_map
Function · 0.45
loadmap
Function · 0.45
Calls
no outgoing calls
Tested by
1
truncate
Method · 0.36