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

Function b

tests/python/test_event_loop.py:253–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 return "nested"
252
253 async def b():
254 await asyncio.sleep(0.01)
255 return a()
256
257 async def c():
258 await asyncio.sleep(0.01)

Callers 1

cFunction · 0.70

Calls 1

aFunction · 0.85

Tested by

no test coverage detected