Files
codeql/python/ql/test/library-tests/PointsTo/import_star/Values.expected
Taus Brock-Nannestad b5d05f99c9 Python: Fix test output
2020-10-02 12:04:43 +02:00

5 lines
445 B
Plaintext

| nested/__init__.py:1:6:1:12 | ControlFlowNode for ImportExpr | import | nested/nested.py:0:0:0:0 | Module nested.nested |
| nested/nested.py:1:1:1:13 | ControlFlowNode for FunctionExpr | import | nested/nested.py:1:1:1:13 | Function nested |
| test.py:1:6:1:11 | ControlFlowNode for ImportExpr | import | nested:0:0:0:0 | Package nested |
| test.py:2:1:2:6 | ControlFlowNode for nested | import | nested/nested.py:1:1:1:13 | Function nested |