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.
2 parents e01d712 + f0bec74 commit ab73b10Copy full SHA for ab73b10
python/ql/src/Functions/ReturnValueIgnored.qhelp
@@ -9,7 +9,7 @@ information being thrown away.</p>
9
10
<p>A return value is considered to be trivial if it is <code>None</code> or it is a parameter (parameters, usually <code>self</code> are often
11
returned to assist with method chaining, but can be ignored).
12
-A return value is also assumed to be trivial if it is ignored for 75% or more of calls.
+A return value is also assumed to be trivial if it is ignored for more than 25% of calls.
13
</p>
14
15
</overview>
0 commit comments