Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ exclude
Function
exclude
lib/sqlalchemy/testing/exclusions.py:468–469 ·
view source on GitHub ↗
(db, op, spec, reason=None)
Source
from the content-addressed store, hash-verified
466
467
468
def
exclude(db, op, spec, reason=None):
469
return
skip_if(SpecPredicate(db, op, spec), reason)
470
471
472
def
against(config, *queries):
Callers
nothing calls this directly
Calls
2
skip_if
Function · 0.85
SpecPredicate
Class · 0.85
Tested by
no test coverage detected