Skip to content

Commit 67710ea

Browse files
committed
Python: Comment to highlight convention
1 parent a496d10 commit 67710ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowUtil.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ predicate localFlowStep(Node nodeFrom, Node nodeTo) {
1515
simpleLocalFlowStep(nodeFrom, nodeTo)
1616
or
1717
// Simple flow through library code is included in the exposed local
18-
// step relation, even though flow is technically inter-procedural
18+
// step relation, even though flow is technically inter-procedural.
19+
// This is a convention followed across languages.
1920
FlowSummaryImpl::Private::Steps::summaryThroughStepValue(nodeFrom, nodeTo, _)
2021
}
2122

0 commit comments

Comments
 (0)