Skip to content

Commit 0b78d1d

Browse files
committed
Python: add qldoc
1 parent 3b21108 commit 0b78d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ newtype TNode =
127127
// TODO: Remove this restriction when adding proper support for captured variables in the body of the function we generate for comprehensions
128128
exists(TFunction(f))
129129
} or
130+
/** An empty, unused node type that exists to prevent unwanted dependencies on data flow nodes. */
130131
TForbiddenRecursionGuard() {
131132
none() and
132133
// We want to prune irrelevant models before materialising data flow nodes, so types contributed

0 commit comments

Comments
 (0)