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

Method cmd_apop

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

Source from the content-addressed store, hash-verified

128 self.push('+OK done nothing.')
129
130 def cmd_apop(self, arg):
131 self.push('+OK done nothing.')
132
133 def cmd_quit(self, arg):
134 self.push('+OK closing.')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected