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

Method cmd_pass

Lib/test/test_ftplib.py:198–199  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

196 self.push('331 username ok')
197
198 def cmd_pass(self, arg):
199 self.push('230 password ok')
200
201 def cmd_acct(self, arg):
202 self.push('230 acct ok')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected