Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andialbrecht/sqlparse
/ group_case
Function
group_case
sqlparse/engine/grouping.py:84–85 ·
view source on GitHub ↗
(tlist)
Source
from the content-addressed store, hash-verified
82
83
84
def
group_case(tlist):
85
_group_matching(tlist, sql.Case)
86
87
88
def
group_if(tlist):
Callers
nothing calls this directly
Calls
1
_group_matching
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…