MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / rmtree

Function rmtree

Lib/shutil.py:210–256  ·  view source on GitHub ↗

Recursively delete a directory tree. If ignore_errors is set, errors are ignored; otherwise, if onerror is set, it is called to handle the error with arguments (func, path, exc_info) where func is os.listdir, os.remove, or os.rmdir; path is the argument to that function that caused

(path, ignore_errors=False, onerror=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

moveFunction · 0.85

Calls 6

islinkMethod · 0.80
onerrorFunction · 0.70
listdirMethod · 0.45
joinMethod · 0.45
removeMethod · 0.45
rmdirMethod · 0.45

Tested by

no test coverage detected