Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ skip
Function
skip
lib/sqlalchemy/testing/exclusions.py:456–457 ·
view source on GitHub ↗
(db, reason=None)
Source
from the content-addressed store, hash-verified
454
455
456
def
skip(db, reason=None):
457
return
skip_if(db, reason)
458
459
460
def
only_on(dbs, reason=None):
Callers
1
_do
Method · 0.85
Calls
1
skip_if
Function · 0.85
Tested by
no test coverage detected