Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a984663 commit 5c5eaacCopy full SHA for 5c5eaac
1 file changed
python/ql/src/Functions/IterReturnsNonIterator.ql
@@ -12,7 +12,6 @@
12
13
import python
14
15
-cached
16
ClassObject return_type(FunctionObject f) {
17
exists(ControlFlowNode n, Return ret |
18
ret.getScope() = f.getFunction() and
0 commit comments