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 580e68d commit 3601773Copy full SHA for 3601773
python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImpl.qll
@@ -27,6 +27,11 @@ module Input implements InputSig<DataFlowImplSpecific::PythonDataFlow> {
27
result = i.toString()
28
)
29
or
30
+ exists(int i |
31
+ pos.isPositionalLowerBound(i) and
32
+ result = i + ".."
33
+ )
34
+ or
35
exists(string name |
36
pos.isKeyword(name) and
37
result = name + ":"
0 commit comments