MCPcopy Index your code
hub / github.com/python/cpython / rmdir

Method rmdir

Lib/pathlib/__init__.py:1245–1249  ·  view source on GitHub ↗

Remove this directory. The directory must be empty.

(self)

Source from the content-addressed store, hash-verified

1243 raise
1244
1245 def rmdir(self):
1246 """
1247 Remove this directory. The directory must be empty.
1248 """
1249 os.rmdir(self)
1250
1251 def _delete(self):
1252 """

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