Files
codeql/python/ql/test/3/extractor-tests/async3.6/Successors.expected
Taus 8ec414d454 Python: Add copy of internal Python 3 tests
Again, mostly extractor tests, and a single library test.
2024-04-15 12:30:01 +00:00

33 lines
876 B
Plaintext

| 5 | Function ticker | 5 | delay |
| 5 | delay | 5 | to |
| 5 | to | 6 | Str |
| 6 | Str | 7 | range |
| 7 | For | 5 | Function ticker |
| 7 | For | 7 | i |
| 7 | i | 8 | i |
| 7 | range | 7 | to |
| 7 | range() | 7 | For |
| 7 | to | 7 | range() |
| 8 | Yield | 9 | asyncio |
| 8 | i | 8 | Yield |
| 9 | Attribute | 9 | delay |
| 9 | Attribute() | 9 | Await |
| 9 | Await | 7 | For |
| 9 | asyncio | 9 | Attribute |
| 9 | delay | 9 | Attribute() |
| 13 | Function f | 14 | aiter |
| 14 | ListComp | 14 | a |
| 14 | a | 15 | funcs |
| 14 | aiter | 14 | aiter() |
| 14 | aiter() | 14 | ListComp |
| 15 | ListComp | 15 | b |
| 15 | b | 16 | aiter |
| 15 | funcs | 15 | ListComp |
| 16 | SetComp | 16 | c |
| 16 | aiter | 16 | aiter() |
| 16 | aiter() | 16 | SetComp |
| 16 | c | 17 | funcs |
| 17 | SetComp | 17 | d |
| 17 | d | 13 | Function f |
| 17 | funcs | 17 | SetComp |