Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andialbrecht/sqlparse
/ group_for
Function
group_for
sqlparse/engine/grouping.py:92–93 ·
view source on GitHub ↗
(tlist)
Source
from the content-addressed store, hash-verified
90
91
92
def
group_for(tlist):
93
_group_matching(tlist, sql.For)
94
95
96
def
group_begin(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…