Python: qldoc to highlight source code aspect

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-06 17:39:20 +02:00
parent e7400e90e5
commit a496d10126

View File

@@ -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(_) }