Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2240
class
AppendTrue(object):
Callers
15
run_threads
Method · 0.95
close_queue
Function · 0.45
test_close
Method · 0.45
_test_error_on_stdio_flush
Method · 0.45
test_error_on_stdio_flush_1
Method · 0.45
test_forkserver_auth_is_enabled
Method · 0.45
run
Method · 0.45
stop
Method · 0.45
test_closed_queue_empty_exceptions
Method · 0.45
test_closed_queue_put_get_exceptions
Method · 0.45
test_map_no_failfast
Method · 0.45
test_rapid_restart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected