mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Python: qldoc to highlight source code aspect
This commit is contained in:
@@ -327,7 +327,7 @@ abstract class ArgumentNode extends Node {
|
||||
final DataFlowSourceCall getCall() { this.argumentOf(result, _) }
|
||||
}
|
||||
|
||||
/** A data flow node that represents a call argument. */
|
||||
/** A data flow node that represents a call argument found in the source code. */
|
||||
class ArgumentSourceNode extends ArgumentNode {
|
||||
ArgumentSourceNode() { this = any(DataFlowSourceCall c).getArg(_) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user