MCPcopy 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_rmdMethod · 0.80

Calls 1

voidcmdMethod · 0.95

Tested by 1

test_rmdMethod · 0.64