Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ rmdir
Function
rmdir
Lib/test/support/os_helper.py:487–491 ·
view source on GitHub ↗
(dirname)
Source
from the content-addressed store, hash-verified
485
486
487
def
rmdir(dirname):
488
try
:
489
_rmdir(dirname)
490
except
FileNotFoundError:
491
pass
492
493
494
def
rmtree(path):
Callers
2
can_xattr
Function · 0.70
removedirs
Function · 0.50
Calls
1
_rmdir
Function · 0.85
Tested by
no test coverage detected