MCPcopy Index your code
hub / github.com/RustPython/RustPython / _rmdir

Function _rmdir

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

Source from the content-addressed store, hash-verified

416 _waitfor(os.unlink, filename)
417
418 def _rmdir(dirname):
419 _waitfor(os.rmdir, dirname)
420
421 def _rmtree(path):
422 from test.support import _force_run

Callers 1

rmdirFunction · 0.85

Calls 1

_waitforFunction · 0.85

Tested by

no test coverage detected