mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Python: format ql
This commit is contained in:
@@ -150,12 +150,13 @@ class DataFlowClassValue extends DataFlowCallable, TClassValue {
|
||||
|
||||
override Scope getScope() { result = c.getScope() }
|
||||
|
||||
override NameNode getParameter(int n) { result.getNode() = c.getScope().getInitMethod().getArg(n+1).asName() }
|
||||
override NameNode getParameter(int n) {
|
||||
result.getNode() = c.getScope().getInitMethod().getArg(n + 1).asName()
|
||||
}
|
||||
|
||||
override string getName() { result = c.getName() }
|
||||
}
|
||||
|
||||
|
||||
/** Represents a call to a callable */
|
||||
class DataFlowCall extends CallNode {
|
||||
DataFlowCallable callable;
|
||||
|
||||
Reference in New Issue
Block a user