MCPcopy 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_trackerMethod · 0.45

Calls 1

__del__Method · 0.95

Tested by

no test coverage detected