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

Function a

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

Source from the content-addressed store, hash-verified

247
248 # chained Python awaitables
249 async def a():
250 await asyncio.sleep(0.01)
251 return "nested"
252
253 async def b():
254 await asyncio.sleep(0.01)

Callers 1

bFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected