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 11| 19 | ControlFlowNode for f() | Function f |
22| 21 | ControlFlowNode for f() | Function f |
3+ | 22 | ControlFlowNode for C() | class C |
34| 23 | ControlFlowNode for Attribute() | Function f |
5+ | 23 | ControlFlowNode for Attribute() | Method(Function f, C()) |
46| 24 | ControlFlowNode for Attribute() | Function C.n |
7+ | 24 | ControlFlowNode for Attribute() | Method(Function C.n, C()) |
58| 25 | ControlFlowNode for Attribute() | Function C.n |
9+ | 29 | ControlFlowNode for staticmethod() | builtin-class staticmethod |
610| 33 | ControlFlowNode for Attribute() | Function D.foo |
711| 34 | ControlFlowNode for Attribute() | Function D.foo |
12+ | 34 | ControlFlowNode for D() | class D |
Original file line number Diff line number Diff line change 11import python
22
3- from ControlFlowNode call , FunctionValue func
3+ from ControlFlowNode call , Value func
44where call = func .getACall ( )
55select call .getLocation ( ) .getStartLine ( ) , call .toString ( ) , func .toString ( )
You can’t perform that action at this time.
0 commit comments