MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / closed

Function closed

lib/sqlalchemy/testing/exclusions.py:436–437  ·  view source on GitHub ↗
(reason="marked as skip")

Source from the content-addressed store, hash-verified

434
435
436def closed(reason="marked as skip"):
437 return skip_if(BooleanPredicate(True, reason))
438
439
440def fails(reason=None):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.85
BooleanPredicateClass · 0.85

Tested by

no test coverage detected