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

Method tell

Lib/zipfile/__init__.py:937–938  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

935 return n
936
937 def tell(self):
938 return self.offset
939
940 def flush(self):
941 self.fp.flush()

Callers 11

is_zipfileFunction · 0.45
_EndRecDataFunction · 0.45
seekMethod · 0.45
readMethod · 0.45
__init__Method · 0.45
closeMethod · 0.45
__init__Method · 0.45
openMethod · 0.45
_open_to_writeMethod · 0.45
mkdirMethod · 0.45
_write_end_recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected