MCPcopy 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

parseMethod · 0.45
_read_objectMethod · 0.45
loadFunction · 0.45
_sendfile_zerocopyMethod · 0.45
_sendfile_use_sendMethod · 0.45
truncateMethod · 0.45
openFunction · 0.45
_read_directoryFunction · 0.45
_get_dataFunction · 0.45
calculate_from_build_dirFunction · 0.45
parse_hkscs_mapFunction · 0.45
loadmapFunction · 0.45

Calls

no outgoing calls

Tested by 1

truncateMethod · 0.36