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 cfacd01 commit b17e74dCopy full SHA for b17e74d
python/ql/lib/semmle/python/essa/Essa.qll
@@ -633,8 +633,7 @@ class DeletionDefinition extends EssaNodeDefinition {
633
class ScopeEntryDefinition extends EssaNodeDefinition {
634
ScopeEntryDefinition() {
635
this.getDefiningNode() =
636
- pragma[only_bind_into](pragma[only_bind_out](this.getSourceVariable()))
637
- .getScopeEntryDefinition() and
+ pragma[only_bind_out](this.getSourceVariable()).getScopeEntryDefinition() and
638
not this instanceof ImplicitSubModuleDefinition
639
}
640
0 commit comments