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

Function group_begin

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

Source from the content-addressed store, hash-verified

94
95
96def group_begin(tlist):
97 _group_matching(tlist, sql.Begin)
98
99
100def group_typecasts(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…