mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Python: Fix missing newline in .expected
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
| 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 |
|
||||
| 57 | ControlFlowNode for ExceptStmt | builtin-class IOError |
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
| 35 | ControlFlowNode for Attribute | builtin-class AttributeError |
|
||||
| 37 | ControlFlowNode for Raise | builtin-class Exception |
|
||||
| 53 | ControlFlowNode for Attribute() | builtin-class IOError |
|
||||
| 54 | ControlFlowNode for Attribute() | builtin-class IOError |
|
||||
| 54 | ControlFlowNode for Attribute() | builtin-class IOError |
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
| 36 | ControlFlowNode for a() |
|
||||
| 51 | ControlFlowNode for open() |
|
||||
| 56 | ControlFlowNode for Attribute() |
|
||||
| 58 | ControlFlowNode for Attribute() |
|
||||
| 58 | ControlFlowNode for Attribute() |
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
| 36 | class DerivedFromBuiltin | pop |
|
||||
| 36 | class DerivedFromBuiltin | remove |
|
||||
| 36 | class DerivedFromBuiltin | reverse |
|
||||
| 36 | class DerivedFromBuiltin | sort |
|
||||
| 36 | class DerivedFromBuiltin | sort |
|
||||
|
||||
@@ -1 +1 @@
|
||||
| 0 |
|
||||
| 0 |
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
| Module package.helper | 2 | ImportExpr | 0 | bottom | absolute | assistant |
|
||||
| Module package.helper | 3 | ImportExpr | 0 | top | absolute | sys |
|
||||
| Module package.helper | 10 | ImportExpr | 1 | bottom | relative | package |
|
||||
| Module test_star | 1 | ImportExpr | -1 | bottom | absolute | test_package |
|
||||
| Module test_star | 1 | ImportExpr | -1 | bottom | absolute | test_package |
|
||||
|
||||
@@ -54,4 +54,4 @@
|
||||
| Module test_star | p | str b'p' |
|
||||
| Module test_star | q | str b'q' |
|
||||
| Module test_star | r | str b'r' |
|
||||
| Module test_star | sys | Module sys |
|
||||
| Module test_star | sys | Module sys |
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
| Module test_star | p |
|
||||
| Module test_star | q |
|
||||
| Module test_star | r |
|
||||
| Module test_star | sys |
|
||||
| Module test_star | sys |
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
| Module test_package.module2 | test_package.module2 |
|
||||
| Module test_package.module3 | test_package.module3 |
|
||||
| Module test_package.module4 | test_package.module4 |
|
||||
| Module test_star | test_star |
|
||||
| Module test_star | test_star |
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
| builtin-class type | __dict__ | Property __dict__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __doc__ | Property __doc__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __module__ | Property __module__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __name__ | Property __name__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __name__ | Property __name__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
|
||||
Reference in New Issue
Block a user