File tree Expand file tree Collapse file tree
python/ql/test/library-tests/PointsTo/calls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313| 25 | 1 | ControlFlowNode for z | Function C.n |
1414| 33 | 0 | ControlFlowNode for IntegerLiteral | Function D.foo |
1515| 34 | 0 | ControlFlowNode for IntegerLiteral | Function D.foo |
16+ | 37 | 0 | ControlFlowNode for l | builtin method append |
17+ | 37 | 1 | ControlFlowNode for IntegerLiteral | builtin method append |
18+ | 38 | 0 | ControlFlowNode for l | Builtin-function len |
Original file line number Diff line number Diff line change 88| 33 | ControlFlowNode for Attribute() | Function D.foo |
99| 34 | ControlFlowNode for Attribute() | Function D.foo |
1010| 34 | ControlFlowNode for D() | class D |
11+ | 37 | ControlFlowNode for Attribute() | Method(builtin method append, List) |
12+ | 38 | ControlFlowNode for len() | Builtin-function len |
Original file line number Diff line number Diff line change 1010| 33 | ControlFlowNode for Attribute() | Function D.foo |
1111| 34 | ControlFlowNode for Attribute() | Function D.foo |
1212| 34 | ControlFlowNode for D() | class D |
13+ | 37 | ControlFlowNode for Attribute() | Method(builtin method append, List) |
14+ | 37 | ControlFlowNode for Attribute() | builtin method append |
15+ | 38 | ControlFlowNode for len() | Builtin-function len |
Original file line number Diff line number Diff line change @@ -32,3 +32,7 @@ def foo(arg):
3232
3333D .foo (1 )
3434D ().foo (2 )
35+
36+ l = [1 ,2 ,3 ]
37+ l .append (4 )
38+ len (l )
You can’t perform that action at this time.
0 commit comments