MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / run

Method run

test/base/test_concurrency.py:182–183  ·  test/base/test_concurrency.py::TestAsyncioCompat.run
()

Source from the content-addressed store, hash-verified

180 @async_test
181 async def test_require_await(self):
182 def run():
183 return 1 + 1
184
185 assert (await greenlet_spawn(run)) == 2
186

Callers 4

run_bufMethod · 0.45
greenlet_setup_in_extFunction · 0.45
greenlet_setup_on_callFunction · 0.45
thread_goMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected