MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / rmdir

Method rmdir

tools/python-3.11.9-amd64/Lib/pathlib.py:1152–1156  ·  view source on GitHub ↗

Remove this directory. The directory must be empty.

(self)

Source from the content-addressed store, hash-verified

1150 raise
1151
1152 def rmdir(self):
1153 """
1154 Remove this directory. The directory must be empty.
1155 """
1156 os.rmdir(self)
1157
1158 def lstat(self):
1159 """

Callers 11

_rmtree_unsafeFunction · 0.80
_rmtree_safe_fdFunction · 0.80
rmtreeFunction · 0.80
remove_folderMethod · 0.80
remove_folderMethod · 0.80
runMethod · 0.80
unpackFunction · 0.80
_move_data_entriesMethod · 0.80
runMethod · 0.80
rollbackMethod · 0.80
stashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected