Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_rmd
Method
test_rmd
Lib/test/test_ftplib.py:577–578 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
575
self.assertEqual(dir,
'/foo'
)
576
577
def
test_rmd(self):
578
self.client.rmd(
'foo'
)
579
580
def
test_cwd(self):
581
dir = self.client.cwd(
'/foo'
)
Callers
nothing calls this directly
Calls
1
rmd
Method · 0.80
Tested by
no test coverage detected