Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
def
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
_group
Function · 0.85
Calls
2
imt
Function · 0.90
match
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…