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

Function runEval

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

Source from the content-addressed store, hash-verified

356 forceRepl = True
357 elif o in ("-e", "--eval"):
358 async def runEval():
359 pm.eval(a, evalOpts)
360 await pm.wait()
361 asyncio.run(runEval())
362 enterRepl = False
363 elif o in ("-p", "--print"):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected