MCPcopy 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_okMethod · 0.90
test_async_errorMethod · 0.90
run_w_cancelMethod · 0.90
test_sync_errorMethod · 0.90
test_await_only_errorMethod · 0.90
taskMethod · 0.90
test_require_awaitMethod · 0.90
thread_goMethod · 0.90
test_error_other_loopMethod · 0.90
test_isolation_levelMethod · 0.90

Calls 1

_not_implementedFunction · 0.85

Tested by 15

test_okMethod · 0.72
test_async_errorMethod · 0.72
run_w_cancelMethod · 0.72
test_sync_errorMethod · 0.72
test_await_only_errorMethod · 0.72
taskMethod · 0.72
test_require_awaitMethod · 0.72
thread_goMethod · 0.72
test_error_other_loopMethod · 0.72
test_isolation_levelMethod · 0.72