mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Python examples: Modernize snippets.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import python
|
||||
|
||||
from AstNode call, FunctionObject method
|
||||
from AstNode call, PythonFunctionValue method
|
||||
where
|
||||
method.getQualifiedName() = "MyClass.methodName" and
|
||||
method.getACall().getNode() = call
|
||||
|
||||
Reference in New Issue
Block a user