Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9a7fe commit 33e46e1Copy full SHA for 33e46e1
1 file changed
python/ql/src/semmle/python/Flow.qll
@@ -738,6 +738,7 @@ class ListNode extends SequenceNode {
738
}
739
740
741
+/** A control flow node corresponding to a set expression, such as `{ 1, 3, 5, 7, 9 }` */
742
class SetNode extends ControlFlowNode {
743
SetNode() { toAst(this) instanceof Set }
744
0 commit comments