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

Method seek

Lib/StringIO.py:95–112  ·  view source on GitHub ↗

Set the file's current position. The mode argument is optional and defaults to 0 (absolute file positioning); other values are 1 (seek relative to the current position) and 2 (seek relative to the file's end). There is no return value.

(self, pos, mode = 0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

list_directoryMethod · 0.95
__init__Method · 0.95
testFunction · 0.95
_dump_messageMethod · 0.95
_install_messageMethod · 0.95
_RealGetContentsMethod · 0.95
test_read_metadataMethod · 0.95
gen_sourceMethod · 0.95

Calls 2

_complain_ifclosedFunction · 0.85
joinMethod · 0.45

Tested by 1

test_read_metadataMethod · 0.76