(token)
| 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…