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

Method cmd_quit

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

Source from the content-addressed store, hash-verified

130 self.push('+OK done nothing.')
131
132 def cmd_quit(self, arg):
133 self.push('+OK closing.')
134 self.close_when_done()
135
136 def _get_capas(self):
137 _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