mirror of
https://github.com/github/codeql.git
synced 2026-07-21 11:18:20 +02: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
88 B
Plaintext
6 lines
88 B
Plaintext
|
|
import python
|
|
from AsyncWith aw
|
|
select aw.getLocation().getStartLine(), aw.toString()
|
|
|