MCPcopy Index your code
hub / github.com/python/cpython / cmd_user

Method cmd_user

Lib/test/test_poplib.py:93–96  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

91 self.push(arg)
92
93 def cmd_user(self, arg):
94 if arg != "guido":
95 self.push("-ERR no such user")
96 self.push('+OK password required')
97
98 def cmd_pass(self, arg):
99 if arg != "python":

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected