MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / future

Function future

lib/sqlalchemy/testing/exclusions.py:444–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442
443
444def future():
445 return fails_if(BooleanPredicate(True, "Future feature"))
446
447
448def fails_on(db, reason=None):

Callers

nothing calls this directly

Calls 2

fails_ifFunction · 0.85
BooleanPredicateClass · 0.85

Tested by

no test coverage detected