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

Method rmdir

Lib/pathlib/__init__.py:1047–1051  ·  view source on GitHub ↗

Remove this directory. The directory must be empty.

(self)

Source from the content-addressed store, hash-verified

1045 raise
1046
1047 def rmdir(self):
1048 """
1049 Remove this directory. The directory must be empty.
1050 """
1051 os.rmdir(self)
1052
1053 def _delete(self):
1054 """

Callers 15

_rmtree_unsafeFunction · 0.80
_rmtree_safe_fd_stepFunction · 0.80
remove_folderMethod · 0.80
remove_folderMethod · 0.80
test_getoutputMethod · 0.80
_del_pkgMethod · 0.80

Calls

no outgoing calls