(tlist, pidx, tidx, nidx)
| 105 | return token is not None |
| 106 | |
| 107 | def post(tlist, pidx, tidx, nidx): |
| 108 | return pidx, nidx |
| 109 | |
| 110 | valid_prev = valid_next = valid |
| 111 | _group(tlist, sql.Identifier, match, valid_prev, valid_next, post) |
no test coverage detected
searching dependent graphs…