We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310819d commit 3ef05a6Copy full SHA for 3ef05a6
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
@@ -1768,6 +1768,12 @@ class SynthCompCapturedVariablesArgumentPostUpdateNode extends PostUpdateNodeImp
1768
this = TSynthCompCapturedVariablesArgumentPostUpdateNode(comp)
1769
}
1770
1771
+ override string toString() { result = "[post] Capturing closure argument (comp)" }
1772
+
1773
+ override Scope getScope() { result = comp.getScope() }
1774
1775
+ override Location getLocation() { result = comp.getLocation() }
1776
1777
override Node getPreUpdateNode() { result = TSynthCompCapturedVariablesArgumentNode(comp) }
1778
1779
0 commit comments