mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Add QLDoc for SetNode
This commit is contained in:
@@ -738,6 +738,7 @@ class ListNode extends SequenceNode {
|
||||
}
|
||||
}
|
||||
|
||||
/** A control flow node corresponding to a set expression, such as `{ 1, 3, 5, 7, 9 }` */
|
||||
class SetNode extends ControlFlowNode {
|
||||
SetNode() { toAst(this) instanceof Set }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user