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 660398a commit 1e64893Copy full SHA for 1e64893
python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll
@@ -475,7 +475,7 @@ class TypeBackTracker extends TTypeBackTracker {
475
*/
476
TypeTracker getACompatibleTypeTracker() {
477
exists(boolean hasCall | result = MkTypeTracker(hasCall, content) |
478
- hasCall = false or hasReturn() = false
+ hasCall = false or this.hasReturn() = false
479
)
480
}
481
0 commit comments