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

Function valid

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

Source from the content-addressed store, hash-verified

102 return token.match(T.Punctuation, '::')
103
104 def valid(token):
105 return token is not None
106
107 def post(tlist, pidx, tidx, nidx):
108 return pidx, nidx

Callers

nothing calls this directly

Calls 2

imtFunction · 0.90
matchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…