Module SelfAttribute
Utilities to support queries about instance attribute accesses of
the form self.attr.
Import path
import semmle.python.SelfAttributeImports
Predicates
Classes
| SelfAttribute | An attribute access where the left hand side of the attribute expression is |
| SelfAttributeRead | A helper class for UndefinedClassAttribute.ql & MaybeUndefinedClassAttribute.ql |
| SelfAttributeStore |