MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / seek

Method seek

Lib/_pyio.py:298–311  ·  view source on GitHub ↗

Change stream position. Change the stream position to byte offset pos. Argument pos is interpreted relative to the position indicated by whence. Values for whence are: * 0 -- start of stream (the default); offset should be zero or positive * 1 -- current st

(self, pos, whence=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

tellMethod · 0.95
seekMethod · 0.45
seekMethod · 0.45
seekMethod · 0.45
seekMethod · 0.45
writeMethod · 0.45
seekMethod · 0.45

Calls 1

_unsupportedMethod · 0.95

Tested by

no test coverage detected