Files
codeql/python/ql/test/2/library-tests/ControlFlow/Exceptions/Handles.expected
2019-02-08 14:49:04 +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 IOError |