Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
436
def
closed(reason=
"marked as skip"
):
437
return
skip_if(BooleanPredicate(True, reason))
438
439
440
def
fails(reason=None):
Callers
nothing calls this directly
Calls
2
skip_if
Function · 0.85
BooleanPredicate
Class · 0.85
Tested by
no test coverage detected