MCPcopy 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
487def rmdir(dirname):
488 try:
489 _rmdir(dirname)
490 except FileNotFoundError:
491 pass
492
493
494def rmtree(path):

Callers 2

can_xattrFunction · 0.70
removedirsFunction · 0.50

Calls 1

_rmdirFunction · 0.85

Tested by

no test coverage detected