|
466 | 466 | | l_calls.py:25 | ControlFlowNode for Attribute() | runtime | int 1 | builtin-class int | |
467 | 467 | | l_calls.py:25 | ControlFlowNode for IntegerLiteral | runtime | int 1 | builtin-class int | |
468 | 468 | | l_calls.py:25 | ControlFlowNode for a | runtime | class Owner | builtin-class type | |
| 469 | +| l_calls.py:29 | ControlFlowNode for FunctionExpr | import | Function f | builtin-class function | |
| 470 | +| l_calls.py:30 | ControlFlowNode for args | code/l_calls.py:37 from import | (int 1, int 2, int 3, ) | builtin-class tuple | |
| 471 | +| l_calls.py:30 | ControlFlowNode for args | runtime | instance of tuple | builtin-class tuple | |
| 472 | +| l_calls.py:32 | ControlFlowNode for ClassExpr | import | class E | builtin-class type | |
| 473 | +| l_calls.py:32 | ControlFlowNode for object | import | builtin-class object | builtin-class type | |
| 474 | +| l_calls.py:33 | ControlFlowNode for FunctionExpr | import | Function E.m | builtin-class function | |
| 475 | +| l_calls.py:34 | ControlFlowNode for self | code/l_calls.py:38 from import | (int 2, int 3, int 4, ) | builtin-class tuple | |
| 476 | +| l_calls.py:34 | ControlFlowNode for self | code/l_calls.py:38 from import | E() | class E | |
| 477 | +| l_calls.py:34 | ControlFlowNode for self | code/l_calls.py:39 from import | (int 4, int 5, ) | builtin-class tuple | |
| 478 | +| l_calls.py:34 | ControlFlowNode for self | code/l_calls.py:39 from import | int 3 | builtin-class int | |
| 479 | +| l_calls.py:34 | ControlFlowNode for self | runtime | self instance of E | class E | |
| 480 | +| l_calls.py:35 | ControlFlowNode for args | code/l_calls.py:38 from import | (int 2, int 3, int 4, ) | builtin-class tuple | |
| 481 | +| l_calls.py:35 | ControlFlowNode for args | code/l_calls.py:39 from import | (int 4, int 5, ) | builtin-class tuple | |
| 482 | +| l_calls.py:35 | ControlFlowNode for args | runtime | instance of tuple | builtin-class tuple | |
| 483 | +| l_calls.py:37 | ControlFlowNode for IntegerLiteral | import | int 1 | builtin-class int | |
| 484 | +| l_calls.py:37 | ControlFlowNode for IntegerLiteral | import | int 2 | builtin-class int | |
| 485 | +| l_calls.py:37 | ControlFlowNode for IntegerLiteral | import | int 3 | builtin-class int | |
| 486 | +| l_calls.py:37 | ControlFlowNode for f | import | Function f | builtin-class function | |
| 487 | +| l_calls.py:37 | ControlFlowNode for f() | import | (int 1, int 2, int 3, ) | builtin-class tuple | |
| 488 | +| l_calls.py:38 | ControlFlowNode for Attribute | import | Method(Function E.m, E()) | builtin-class method | |
| 489 | +| l_calls.py:38 | ControlFlowNode for Attribute() | import | (int 2, int 3, int 4, ) | builtin-class tuple | |
| 490 | +| l_calls.py:38 | ControlFlowNode for E | import | class E | builtin-class type | |
| 491 | +| l_calls.py:38 | ControlFlowNode for E() | import | E() | class E | |
| 492 | +| l_calls.py:38 | ControlFlowNode for IntegerLiteral | import | int 2 | builtin-class int | |
| 493 | +| l_calls.py:38 | ControlFlowNode for IntegerLiteral | import | int 3 | builtin-class int | |
| 494 | +| l_calls.py:38 | ControlFlowNode for IntegerLiteral | import | int 4 | builtin-class int | |
| 495 | +| l_calls.py:39 | ControlFlowNode for Attribute | import | Function E.m | builtin-class function | |
| 496 | +| l_calls.py:39 | ControlFlowNode for Attribute() | import | (int 4, int 5, ) | builtin-class tuple | |
| 497 | +| l_calls.py:39 | ControlFlowNode for E | import | class E | builtin-class type | |
| 498 | +| l_calls.py:39 | ControlFlowNode for IntegerLiteral | import | int 3 | builtin-class int | |
| 499 | +| l_calls.py:39 | ControlFlowNode for IntegerLiteral | import | int 4 | builtin-class int | |
| 500 | +| l_calls.py:39 | ControlFlowNode for IntegerLiteral | import | int 5 | builtin-class int | |
469 | 501 | | m_attributes.py:3 | ControlFlowNode for ClassExpr | import | class C | builtin-class type | |
470 | 502 | | m_attributes.py:3 | ControlFlowNode for object | import | builtin-class object | builtin-class type | |
471 | 503 | | m_attributes.py:5 | ControlFlowNode for FunctionExpr | import | Function C.__init__ | builtin-class function | |
|
0 commit comments