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

Method cmd_noop

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

Source from the content-addressed store, hash-verified

190 self.push(arg)
191
192 def cmd_noop(self, arg):
193 self.push('200 noop ok')
194
195 def cmd_user(self, arg):
196 self.push('331 username ok')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected