MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / quit

Function quit

python/pythonmonkey/cli/pmjs.py:181–185  ·  view source on GitHub ↗

Quit the REPL. Repl saved by atexit handler.

()

Source from the content-addressed store, hash-verified

179 atexit.register(save_history)
180
181 def quit():
182 """
183 Quit the REPL. Repl saved by atexit handler.
184 """
185 globalThis.python.exit() # need for python.exit.code in require.py
186
187 def sigint_handler(signum, frame):
188 """

Callers 1

replFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected