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

Method cmd_rnfr

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

Source from the content-addressed store, hash-verified

202 self.push('230 acct ok')
203
204 def cmd_rnfr(self, arg):
205 self.push('350 rnfr ok')
206
207 def cmd_rnto(self, arg):
208 self.push('250 rnto ok')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected