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

Function rmdir

Lib/test/support/os_helper.py:488–492  ·  view source on GitHub ↗
(dirname)

Source from the content-addressed store, hash-verified

486
487
488def rmdir(dirname):
489 try:
490 _rmdir(dirname)
491 except FileNotFoundError:
492 pass
493
494
495def rmtree(path):

Callers 2

removedirsFunction · 0.85
can_xattrFunction · 0.85

Calls 1

_rmdirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…