MCPcopy Index your code
hub / github.com/RustPython/RustPython / cmd_noop

Method cmd_noop

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected