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

Function match

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

Source from the content-addressed store, hash-verified

99
100def group_typecasts(tlist):
101 def match(token):
102 return token.match(T.Punctuation, '::')
103
104 def valid(token):
105 return token is not None

Callers 1

_groupFunction · 0.85

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…