MCPcopy Index your code
hub / github.com/python/cpython / rmtree

Function rmtree

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

Source from the content-addressed store, hash-verified

493
494
495def rmtree(path):
496 try:
497 _rmtree(path)
498 except FileNotFoundError:
499 pass
500
501
502@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

Used in the wild real call sites across dependent graphs

searching dependent graphs…