Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __exit__
Method
__exit__
tools/python-3.11.9-amd64/Lib/zipfile.py:1354–1355 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
1352
return
self
1353
1354
def
__exit__(self, type, value, traceback):
1355
self.close()
1356
1357
def
__repr__(self):
1358
result = [
'<%s.%s'
% (self.__class__.__module__,
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected