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

Function valid_final

sqlparse/engine/grouping.py:152–153  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

150 return token is not None and token.match(*sql.TypedLiteral.M_CLOSE)
151
152 def valid_final(token):
153 return token is not None and token.match(*sql.TypedLiteral.M_EXTEND)
154
155 def post(tlist, pidx, tidx, nidx):
156 return tidx, nidx

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…