MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / call

Function call

test/base/_concurrency_fixtures.py:35–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 value = arg
34
35 async def call():
36 await greenlet_spawn(go, 42)
37
38 asyncio.run(call())
39

Calls 1

greenlet_spawnFunction · 0.90