MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / seek

Method seek

tools/python-3.11.9-amd64/Lib/typing.py:3315–3316  ·  view source on GitHub ↗
(self, offset: int, whence: int = 0)

Source from the content-addressed store, hash-verified

3313
3314 @abstractmethod
3315 def seek(self, offset: int, whence: int = 0) -> int:
3316 pass
3317
3318 @abstractmethod
3319 def seekable(self) -> bool:

Callers 15

rewindMethod · 0.45
setposMethod · 0.45
_patchheaderMethod · 0.45
parseMethod · 0.45
_read_objectMethod · 0.45
loadFunction · 0.45
_sendfile_use_sendMethod · 0.45
truncateMethod · 0.45
whatFunction · 0.45
readframesMethod · 0.45
_read_comm_chunkMethod · 0.45

Calls

no outgoing calls

Tested by 3

truncateMethod · 0.36
test_aifcFunction · 0.36
test_wavFunction · 0.36