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

Method cmd_noop

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

Source from the content-addressed store, hash-verified

122 self.push('+OK message marked for deletion.')
123
124 def cmd_noop(self, arg):
125 self.push('+OK done nothing.')
126
127 def cmd_rpop(self, arg):
128 self.push('+OK done nothing.')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected