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

Function fn0

tests/python/test_event_loop.py:219–220  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

217
218 # promise returning a JS Promise<Function> that calls a Python function inside
219 def fn0(n):
220 return n + 100
221
222 def fn1():
223 return pm.eval("async x=>x")(fn0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected