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

Method tell

Lib/test/test_zipfile/test_core.py:3058–3059  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3056 return n
3057
3058 def tell(self):
3059 return self.offset
3060
3061 def flush(self):
3062 self.fp.flush()

Callers 3

test_seek_tellMethod · 0.45
test_seek_tellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected