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

Method tell

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

Source from the content-addressed store, hash-verified

2925 return n
2926
2927 def tell(self):
2928 return self.offset
2929
2930 def flush(self):
2931 self.fp.flush()

Calls

no outgoing calls

Tested by

no test coverage detected