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