MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

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

Source from the content-addressed store, hash-verified

40 return False
41
42 def tell(self):
43 raise io.UnsupportedOperation
44
45 def seek(self, *args):
46 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