MCPcopy
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
468def exclude(db, op, spec, reason=None):
469 return skip_if(SpecPredicate(db, op, spec), reason)
470
471
472def against(config, *queries):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.85
SpecPredicateClass · 0.85

Tested by

no test coverage detected