Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ greenlet_spawn
Function
greenlet_spawn
lib/sqlalchemy/util/concurrency.py:100–101 ·
view source on GitHub ↗
(fn, *args, **kw)
Source
from the content-addressed store, hash-verified
98
_not_implemented()
99
100
def
greenlet_spawn(fn, *args, **kw):
# type: ignore # noqa: F811
101
_not_implemented()
102
103
def
AsyncAdaptedLock(*args, **kw):
# type: ignore # noqa: F811
104
_not_implemented()
Callers
15
test_ok
Method · 0.90
test_async_error
Method · 0.90
run_w_cancel
Method · 0.90
test_sync_error
Method · 0.90
test_await_only_no_greenlet
Method · 0.90
test_await_fallback_error
Method · 0.90
test_await_only_error
Method · 0.90
task
Method · 0.90
test_require_await
Method · 0.90
thread_go
Method · 0.90
test_error_other_loop
Method · 0.90
test_isolation_level
Method · 0.90
Calls
1
_not_implemented
Function · 0.85
Tested by
15
test_ok
Method · 0.72
test_async_error
Method · 0.72
run_w_cancel
Method · 0.72
test_sync_error
Method · 0.72
test_await_only_no_greenlet
Method · 0.72
test_await_fallback_error
Method · 0.72
test_await_only_error
Method · 0.72
task
Method · 0.72
test_require_await
Method · 0.72
thread_go
Method · 0.72
test_error_other_loop
Method · 0.72
test_isolation_level
Method · 0.72