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

Function rmtree

Lib/test/support/os_helper.py:494–498  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

492
493
494def rmtree(path):
495 try:
496 _rmtree(path)
497 except FileNotFoundError:
498 pass
499
500
501@contextlib.contextmanager

Callers 15

tearDownMethod · 0.90
test_promptMethod · 0.90
test_prefixesMethod · 0.90
test_sysconfigMethod · 0.90
clear_directoryMethod · 0.90
test_executableMethod · 0.90

Calls 1

_rmtreeFunction · 0.85

Tested by 15

tearDownMethod · 0.72
test_promptMethod · 0.72
test_prefixesMethod · 0.72
test_sysconfigMethod · 0.72
clear_directoryMethod · 0.72
test_executableMethod · 0.72