Files
codeql/python/ql/test/library-tests/PointsTo/absent/Absent.expected

8 lines
551 B
Plaintext

| absent.py:3:8:3:11 | ControlFlowNode for ImportExpr | Missing module xxxx |
| absent.py:4:1:4:4 | ControlFlowNode for xxxx | Missing module xxxx |
| absent.py:6:6:6:9 | ControlFlowNode for ImportExpr | Missing module xxxx |
| absent.py:6:18:6:21 | ControlFlowNode for ImportMember | Missing module attribute xxxx.open |
| absent.py:8:1:8:4 | ControlFlowNode for open | Missing module attribute xxxx.open |
| absent.py:12:8:12:13 | ControlFlowNode for ImportExpr | Module module |
| absent.py:14:1:14:6 | ControlFlowNode for module | Module module |