MCPcopy 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

parseMethod · 0.45
_read_objectMethod · 0.45
loadFunction · 0.45
_sendfile_use_sendMethod · 0.45
truncateMethod · 0.45
openFunction · 0.45
_read_directoryFunction · 0.45
_get_dataFunction · 0.45
json_dumpFunction · 0.45
test_04Function · 0.45
stdlib_socket.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

truncateMethod · 0.36
test_04Function · 0.36