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 b5554da + 386c7e3 commit 3fc6e2bCopy full SHA for 3fc6e2b
python/ql/lib/semmle/python/types/FunctionObject.qll
@@ -183,6 +183,7 @@ class PyFunctionObject extends FunctionObject {
183
}
184
185
/** Factored out to help join ordering */
186
+ pragma[noinline]
187
private predicate implicitlyReturns(Object none_, ClassObject noneType) {
188
noneType = theNoneType() and
189
not this.getFunction().isGenerator() and
0 commit comments