Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/base/test_concurrency.py:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
@async_test
80
async
def
test_sync_error(self):
81
def
go():
82
await_(run1())
83
raise
ValueError(
"sync error"
)
84
85
with
expect_raises_message(ValueError,
"sync error"
):
86
await greenlet_spawn(go)
Callers
nothing calls this directly
Calls
2
await_
Function · 0.90
run1
Function · 0.85
Tested by
no test coverage detected