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

Function runEvalPrint

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

Source from the content-addressed store, hash-verified

362 enterRepl = False
363 elif o in ("-p", "--print"):
364 async def runEvalPrint():
365 ret = pm.eval(a, evalOpts)
366 pm.eval("ret => console.log(ret)", evalOpts)(ret)
367 await pm.wait()
368 asyncio.run(runEvalPrint())
369 enterRepl = False
370 elif o in ("-r", "--require"):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected