MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / onerror

Function onerror

tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:133–135  ·  view source on GitHub ↗
(func, path, err_info)

Source from the content-addressed store, hash-verified

131
132def _remove_temp_dir(rmtree, tempdir):
133 def onerror(func, path, err_info):
134 if not issubclass(err_info[0], FileNotFoundError):
135 raise
136 rmtree(tempdir, onerror=onerror)
137
138 current_process = process.current_process()

Callers 1

_feedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected