Files
codeql/python/ql/test/query-tests/Exceptions/generators/UnguardedNextInGenerator.expected
2018-11-19 15:15:54 +00:00

3 lines
168 B
Plaintext

| test.py:5:15:5:22 | ControlFlowNode for next() | Call to next() in a generator |
| test.py:10:20:10:27 | ControlFlowNode for next() | Call to next() in a generator |