Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_acct
Method
test_acct
Lib/test/test_ftplib.py:557–558 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
555
self.client.login()
556
557
def
test_acct(self):
558
self.client.acct(
'passwd'
)
559
560
def
test_rename(self):
561
self.client.rename(
'a'
,
'b'
)
Callers
nothing calls this directly
Calls
1
acct
Method · 0.80
Tested by
no test coverage detected