MCPcopy
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
412def _is_excluded(db, op, spec):
413 return SpecPredicate(db, op, spec)(config._current)
414
415
416def _server_version(engine):

Callers

nothing calls this directly

Calls 1

SpecPredicateClass · 0.85

Tested by

no test coverage detected