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

Method cmd_acct

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

Source from the content-addressed store, hash-verified

199 self.push('230 password ok')
200
201 def cmd_acct(self, arg):
202 self.push('230 acct ok')
203
204 def cmd_rnfr(self, arg):
205 self.push('350 rnfr ok')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected