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

Function post

sqlparse/engine/grouping.py:107–108  ·  view source on GitHub ↗
(tlist, pidx, tidx, nidx)

Source from the content-addressed store, hash-verified

105 return token is not None
106
107 def post(tlist, pidx, tidx, nidx):
108 return pidx, nidx
109
110 valid_prev = valid_next = valid
111 _group(tlist, sql.Identifier, match, valid_prev, valid_next, post)

Callers 1

_groupFunction · 0.85

Calls 2

imtFunction · 0.90
token_next_byMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…