Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
def
go(*fns):
38
return
sum(await_(fn())
for
fn in fns)
39
40
41
class
TestAsyncioCompat(fixtures.TestBase):
Callers
15
test_once_doesnt_dereference_listener
Method · 0.70
test_order_by
Method · 0.50
test_select_whereclause
Method · 0.50
test_global_tracking
Method · 0.50
test_boolean_constants
Method · 0.50
test_execute_boolean
Method · 0.50
test_in_expressions
Method · 0.50
test_in_expr_compile
Method · 0.50
test_bind_type
Method · 0.50
test_stale_checker_embedded
Method · 0.50
test_stale_checker_statement
Method · 0.50
test_stale_checker_linked
Method · 0.50
Calls
2
await_
Function · 0.90
sum
Class · 0.85
Tested by
no test coverage detected