MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Function go

test/base/test_concurrency.py:37–38  ·  view source on GitHub ↗
(*fns)

Source from the content-addressed store, hash-verified

35
36
37def go(*fns):
38 return sum(await_(fn()) for fn in fns)
39
40
41class TestAsyncioCompat(fixtures.TestBase):

Calls 2

await_Function · 0.90
sumClass · 0.85

Tested by

no test coverage detected