Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ close
Method
close
tools/python-3.11.9-amd64/Lib/zipfile.py:789–793 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
787
return
data
788
789
def
close(self):
790
if
self._file is not None:
791
fileobj = self._file
792
self._file = None
793
self._close(fileobj)
794
795
# Provide the tell method for unseekable stream
796
class
_Tellable:
Callers
nothing calls this directly
Calls
1
_close
Method · 0.45
Tested by
no test coverage detected