Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andialbrecht/sqlparse
/ valid_prev
Function
valid_prev
sqlparse/engine/grouping.py:118–119 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
116
return
token.ttype == T.Keyword.TZCast
117
118
def
valid_prev(token):
119
return
token is not None
120
121
def
valid_next(token):
122
return
token is not None and (
Callers
1
_group
Function · 0.85
Calls
1
imt
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…