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 6521a51 commit 2491fdaCopy full SHA for 2491fda
python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll
@@ -243,7 +243,7 @@ private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
243
244
Node returnOf(Node callable, SummaryComponent return) {
245
return = FlowSummary::SummaryComponent::return() and
246
- // result should be return value of callable which should be a lambda
+ // `result` should be the return value of a callable expresion (lambda or function) referenced by `callable`
247
result.asCfgNode() =
248
callable.getALocalSource().asExpr().(CallableExpr).getInnerScope().getAReturnValueFlowNode()
249
}
0 commit comments