@@ -292,7 +292,6 @@ WARNING: Predicate points_to has been deprecated and may be removed in future (P
292
292
| g_class_init.py:35 | ControlFlowNode for super | builtin-class super | builtin-class type | 35 | runtime |
293
293
| g_class_init.py:35 | ControlFlowNode for super() | super() | builtin-class super | 35 | runtime |
294
294
| g_class_init.py:36 | ControlFlowNode for Attribute | super().__init__ | builtin-class method | 36 | runtime |
295
- | g_class_init.py:36 | ControlFlowNode for Attribute() | Attribute() | builtin-class object | 36 | runtime |
296
295
| g_class_init.py:36 | ControlFlowNode for D | class D | builtin-class type | 32 | runtime |
297
296
| g_class_init.py:36 | ControlFlowNode for self | self | class D | 34 | runtime |
298
297
| g_class_init.py:36 | ControlFlowNode for super | builtin-class super | builtin-class type | 36 | runtime |
@@ -728,16 +727,13 @@ WARNING: Predicate points_to has been deprecated and may be removed in future (P
728
727
| l_calls.py:62 | ControlFlowNode for c | Builtin-method get | builtin-class method_descriptor | 62 | import |
729
728
| l_calls.py:62 | ControlFlowNode for dict | builtin-class dict | builtin-class type | 62 | import |
730
729
| l_calls.py:63 | ControlFlowNode for Attribute | Builtin-method get | builtin-class method_descriptor | 63 | import |
731
- | l_calls.py:63 | ControlFlowNode for Attribute() | Attribute() | builtin-class object | 63 | import |
732
730
| l_calls.py:63 | ControlFlowNode for Dict | Dict | builtin-class dict | 63 | import |
733
731
| l_calls.py:63 | ControlFlowNode for IntegerLiteral | int 5 | builtin-class int | 63 | import |
734
732
| l_calls.py:63 | ControlFlowNode for Str | 'foo' | builtin-class str | 63 | import |
735
- | l_calls.py:63 | ControlFlowNode for d | Attribute() | builtin-class object | 63 | import |
736
733
| l_calls.py:63 | ControlFlowNode for dict | builtin-class dict | builtin-class type | 63 | import |
737
734
| l_calls.py:64 | ControlFlowNode for a | Builtin-method bit_length | builtin-class method_descriptor | 58 | import |
738
735
| l_calls.py:64 | ControlFlowNode for b | Attribute() | builtin-class int | 59 | import |
739
736
| l_calls.py:64 | ControlFlowNode for c | Builtin-method get | builtin-class method_descriptor | 62 | import |
740
- | l_calls.py:64 | ControlFlowNode for d | Attribute() | builtin-class object | 63 | import |
741
737
| m_attributes.py:3 | ControlFlowNode for C | class C | builtin-class type | 3 | import |
742
738
| m_attributes.py:3 | ControlFlowNode for ClassExpr | class C | builtin-class type | 3 | import |
743
739
| m_attributes.py:3 | ControlFlowNode for object | builtin-class object | builtin-class type | 3 | import |
@@ -884,8 +880,6 @@ WARNING: Predicate points_to has been deprecated and may be removed in future (P
884
880
| q_super.py:3 | ControlFlowNode for __init__ | Function __init__ | builtin-class function | 3 | import |
885
881
| q_super.py:4 | ControlFlowNode for Attribute | super().__init__ | builtin-class method | 4 | code/q_super.py:12 from runtime |
886
882
| q_super.py:4 | ControlFlowNode for Attribute | super().__init__ | builtin-class method | 4 | runtime |
887
- | q_super.py:4 | ControlFlowNode for Attribute() | Attribute() | builtin-class object | 4 | code/q_super.py:12 from runtime |
888
- | q_super.py:4 | ControlFlowNode for Attribute() | Attribute() | builtin-class object | 4 | runtime |
889
883
| q_super.py:4 | ControlFlowNode for Base2 | class Base2 | builtin-class type | 1 | code/q_super.py:12 from runtime |
890
884
| q_super.py:4 | ControlFlowNode for Base2 | class Base2 | builtin-class type | 1 | runtime |
891
885
| q_super.py:4 | ControlFlowNode for self | self | class Base2 | 3 | runtime |
@@ -1055,7 +1049,6 @@ WARNING: Predicate points_to has been deprecated and may be removed in future (P
1055
1049
| q_super.py:75 | ControlFlowNode for i | super().__init__ | builtin-class method | 75 | runtime |
1056
1050
| q_super.py:75 | ControlFlowNode for s | super() | builtin-class super | 74 | runtime |
1057
1051
| q_super.py:76 | ControlFlowNode for i | super().__init__ | builtin-class method | 75 | runtime |
1058
- | q_super.py:76 | ControlFlowNode for i() | i() | builtin-class object | 76 | runtime |
1059
1052
| r_regressions.py:5 | ControlFlowNode for ClassExpr | class Queue | builtin-class type | 5 | import |
1060
1053
| r_regressions.py:5 | ControlFlowNode for Queue | class Queue | builtin-class type | 5 | import |
1061
1054
| r_regressions.py:5 | ControlFlowNode for object | builtin-class object | builtin-class type | 5 | import |
0 commit comments