Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_zipfile
Function · 0.45
_EndRecData
Function · 0.45
seek
Method · 0.45
read
Method · 0.45
__init__
Method · 0.45
close
Method · 0.45
__init__
Method · 0.45
open
Method · 0.45
_open_to_write
Method · 0.45
mkdir
Method · 0.45
_write_end_record
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected