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

Method cmd_quit

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

Source from the content-addressed store, hash-verified

131 self.push('+OK done nothing.')
132
133 def cmd_quit(self, arg):
134 self.push('+OK closing.')
135 self.close_when_done()
136
137 def _get_capas(self):
138 _capas = dict(self.CAPAS)

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
close_when_doneMethod · 0.80

Tested by

no test coverage detected