We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ee325 commit 92063dcCopy full SHA for 92063dc
1 file changed
python/change-notes/2021-06-15-add-method-call-conveniences.md
@@ -0,0 +1,5 @@
1
+lgtm,codescanning
2
+* A new class `DataFlow::MethodCallNode` extends `DataFlow::CallCfgNode` with convenient methods for
3
+ accessing the receiver and method name of a method call.
4
+* The `LocalSourceNode` class now has a `getAMethodCall` method, with which one can easily access
5
+ method calls with the given node as a receiver.
0 commit comments