Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/zipfile/__init__.py:1513–1514 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
1511
return
self
1512
1513
def
__exit__(self, type, value, traceback):
1514
self.close()
1515
1516
def
__repr__(self):
1517
result = [
'<%s.%s'
% (self.__class__.__module__,
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected