Call to method
Author: LGTM
import python
from AstNode call, PythonFunctionValue method
where
method.getQualifiedName() = 'MyClass.methodName' and
method.getACall().getNode() = call
select call
Description
Finds calls to MyClass.methodName
import python
from AstNode call, PythonFunctionValue method
where
method.getQualifiedName() = 'MyClass.methodName' and
method.getACall().getNode() = call
select call
Finds calls to MyClass.methodName