Skip to content

Commit 33e46e1

Browse files
committed
Python: Add QLDoc for SetNode
1 parent cc9a7fe commit 33e46e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/semmle/python/Flow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ class ListNode extends SequenceNode {
738738
}
739739
}
740740

741+
/** A control flow node corresponding to a set expression, such as `{ 1, 3, 5, 7, 9 }` */
741742
class SetNode extends ControlFlowNode {
742743
SetNode() { toAst(this) instanceof Set }
743744

0 commit comments

Comments
 (0)