Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andialbrecht/sqlparse
/ group_parenthesis
Function
group_parenthesis
sqlparse/engine/grouping.py:80–81 ·
view source on GitHub ↗
(tlist)
Source
from the content-addressed store, hash-verified
78
79
80
def
group_parenthesis(tlist):
81
_group_matching(tlist, sql.Parenthesis)
82
83
84
def
group_case(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…