Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _is_excluded
Function
_is_excluded
lib/sqlalchemy/testing/exclusions.py:412–413 ·
view source on GitHub ↗
(db, op, spec)
Source
from the content-addressed store, hash-verified
410
411
412
def
_is_excluded(db, op, spec):
413
return
SpecPredicate(db, op, spec)(config._current)
414
415
416
def
_server_version(engine):
Callers
nothing calls this directly
Calls
1
SpecPredicate
Class · 0.85
Tested by
no test coverage detected