MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sync_meth

Method sync_meth

test/base/test_concurrency.py:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 raise asyncio.CancelledError()
63
64 def sync_meth():
65 try:
66 await_(async_meth_raise())
67 except:
68 cleanup.append(True)
69 raise
70
71 async def run_w_cancel():
72 await greenlet_spawn(sync_meth)

Callers

nothing calls this directly

Calls 2

await_Function · 0.90
appendMethod · 0.45

Tested by

no test coverage detected