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:419–420 ·
view source on GitHub ↗
(dirname)
Source
from the content-addressed store, hash-verified
417
_waitfor(os.unlink, filename)
418
419
def
_rmdir(dirname):
420
_waitfor(os.rmdir, dirname)
421
422
def
_rmtree(path):
423
from
test.support
import
_force_run
Callers
1
rmdir
Function · 0.85
Calls
1
_waitfor
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…