MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/test/_test_multiprocessing.py:2236–2237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2234 self._can_exit.set()
2235
2236 def close(self):
2237 self._finalizer()
2238
2239
2240class AppendTrue(object):

Callers 15

run_threadsMethod · 0.95
close_queueFunction · 0.45
test_closeMethod · 0.45
runMethod · 0.45
stopMethod · 0.45
test_map_no_failfastMethod · 0.45
test_rapid_restartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected