Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ db_spec
Function
db_spec
lib/sqlalchemy/testing/exclusions.py:428–429 ·
view source on GitHub ↗
(*dbs)
Source
from the content-addressed store, hash-verified
426
427
428
def
db_spec(*dbs):
429
return
OrPredicate([Predicate.as_predicate(db)
for
db in dbs])
430
431
432
def
open():
# noqa
Callers
1
expect_warnings_on
Function · 0.85
Calls
2
OrPredicate
Class · 0.85
as_predicate
Method · 0.80
Tested by
no test coverage detected