Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/libregrtest/win_utils.py:108–110 ·
view source on GitHub ↗
(self, kill=True)
Source
from the content-addressed store, hash-verified
106
self._load = sum(self._values) / len(self._values)
107
108
def
close(self, kill=True):
109
self.__del__()
110
return
111
112
def
__del__(self,
113
# localize module access to prevent shutdown errors
Callers
1
stop_load_tracker
Method · 0.45
Calls
1
__del__
Method · 0.95
Tested by
no test coverage detected