Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ onerror
Function
onerror
tools/python-3.11.9-amd64/Lib/shutil.py:728–729 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
726
sys.audit(
"shutil.rmtree"
, path, dir_fd)
727
if
ignore_errors:
728
def
onerror(*args):
729
pass
730
elif
onerror is None:
731
def
onerror(*args):
732
raise
Callers
3
_rmtree_unsafe
Function · 0.70
_rmtree_safe_fd
Function · 0.70
rmtree
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected