MCPcopy Index your code
hub / github.com/RustPython/RustPython / tell

Method tell

Lib/test/test_gzip.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 return False
42
43 def tell(self):
44 raise io.UnsupportedOperation
45
46 def seek(self, *args):
47 raise io.UnsupportedOperation

Callers 15

test_seek0Method · 0.45
testSeekPostEndMethod · 0.45
testSeekPostEndTwiceMethod · 0.45
testSeekPreStartMethod · 0.45
testDecompressLimitedMethod · 0.45
test_issue44439Method · 0.45
_testRegularFileMethod · 0.45
_testEmptyFileSendMethod · 0.45
_testOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected