MCPcopy
hub / github.com/andialbrecht/sqlparse / group_brackets

Function group_brackets

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

Source from the content-addressed store, hash-verified

74
75
76def group_brackets(tlist):
77 _group_matching(tlist, sql.SquareBrackets)
78
79
80def group_parenthesis(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…