MCPcopy Index your code
hub / github.com/RustPython/RustPython / close

Method close

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

Source from the content-addressed store, hash-verified

2030 self._can_exit.set()
2031
2032 def close(self):
2033 self._finalizer()
2034
2035
2036class 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
_echoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected