Files
codeql/python/ql/test/3/library-tests/ControlFlow/Exceptions/Handles.expected
2019-02-08 14:39:27 +00:00

11 lines
741 B
Plaintext

| 8 | ControlFlowNode for ExceptStmt | builtin-class AttributeError |
| 10 | ControlFlowNode for ExceptStmt | builtin-class IndexError |
| 12 | ControlFlowNode for ExceptStmt | builtin-class KeyError |
| 14 | ControlFlowNode for ExceptStmt | builtin-class BaseException |
| 23 | ControlFlowNode for ExceptStmt | builtin-class AttributeError |
| 25 | ControlFlowNode for ExceptStmt | builtin-class IndexError |
| 27 | ControlFlowNode for ExceptStmt | builtin-class KeyError |
| 38 | ControlFlowNode for ExceptStmt | builtin-class AttributeError |
| 40 | ControlFlowNode for ExceptStmt | builtin-class IndexError |
| 42 | ControlFlowNode for ExceptStmt | builtin-class KeyError |
| 57 | ControlFlowNode for ExceptStmt | builtin-class OSError |