MCPcopy Index your code
hub / github.com/andialbrecht/sqlparse / group_if

Function group_if

sqlparse/engine/grouping.py:88–89  ·  view source on GitHub ↗
(tlist)

Source from the content-addressed store, hash-verified

86
87
88def group_if(tlist):
89 _group_matching(tlist, sql.If)
90
91
92def group_for(tlist):

Callers

nothing calls this directly

Calls 1

_group_matchingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…