CodeQL library for Python
codeql/python-all 0.10.4 ( changelog , source )
Search

Predicate SsaSource :: attribute_assignment_refinement

Holds if an attribute is assigned at def and use is the use of v for that assignment

Import path

import python
predicate attribute_assignment_refinement ( Variable v , ControlFlowNode use , ControlFlowNode def )