Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
488
def
rmdir(dirname):
489
try
:
490
_rmdir(dirname)
491
except
FileNotFoundError:
492
pass
493
494
495
def
rmtree(path):
Callers
2
removedirs
Function · 0.85
can_xattr
Function · 0.85
Calls
1
_rmdir
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…