MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / no_support

Function no_support

test/requirements.py:22–23  ·  view source on GitHub ↗
(db, reason)

Source from the content-addressed store, hash-verified

20
21
22def no_support(db, reason):
23 return SpecPredicate(db, description=reason)
24
25
26def exclude(db, op, spec, description=None):

Callers 11

foreign_keysMethod · 0.85
row_triggersMethod · 0.85
unicode_ddlMethod · 0.85
arraysizeMethod · 0.85

Calls 1

SpecPredicateClass · 0.90

Tested by

no test coverage detected