Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cmd_user
Method
cmd_user
Lib/test/test_ftplib.py:195–196 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
193
self.push(
'200 noop ok'
)
194
195
def
cmd_user(self, arg):
196
self.push(
'331 username ok'
)
197
198
def
cmd_pass(self, arg):
199
self.push(
'230 password ok'
)
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected