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

Function runREPL

python/pythonmonkey/cli/pmjs.py:419–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417 wtfpm.printTimersDebugInfo()
418 elif (enterRepl or forceRepl):
419 async def runREPL():
420 globalInitModule.initReplLibs()
421 await repl()
422 await pm.wait()
423 asyncio.run(runREPL())
424
425 globalThis.python.exit() # need for python.exit.code in require.py

Callers 1

mainFunction · 0.85

Calls 1

replFunction · 0.85

Tested by

no test coverage detected