mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
These get to live next to the existing library and query tests, and are run as part of both the Python 2 and Python 3 language tests.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
import python
|
|
|
|
from SyntaxError s, string fp, int line, int col
|
|
where s.hasLocationInfo(fp, line, col, _, _)
|
|
select fp, s.toString(), line, col
|