Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rmd
Method
rmd
Lib/ftplib.py:638–640 ·
view source on GitHub ↗
Remove a directory.
(self, dirname)
Source
from the content-addressed store, hash-verified
636
return
parse257(resp)
637
638
def
rmd(self, dirname):
639
''
'Remove a directory.'
''
640
return
self.voidcmd(
'RMD '
+ dirname)
641
642
def
pwd(self):
643
''
'Return current working directory.'
''
Callers
1
test_rmd
Method · 0.80
Calls
1
voidcmd
Method · 0.95
Tested by
1
test_rmd
Method · 0.64