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

Predicate SsaSource::method_call_refinement

Holds if v is used as the receiver in a method call.

Import path

import python
predicate method_call_refinement(Variable v, ControlFlowNode use, CallNode call)