mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Python: add missing qldoc
More doc is needed, but this should turn the tests green
This commit is contained in:
@@ -129,9 +129,11 @@ newtype TNode =
|
||||
f = any(VariableCapture::CapturedVariable v).getACapturingScope() and
|
||||
exists(TFunction(f))
|
||||
} or
|
||||
/** A synthetic node representing the values of variables captured by a comprehension. */
|
||||
TSynthCompCapturedVariablesArgumentNode(Comp comp) {
|
||||
comp.getFunction() = any(VariableCapture::CapturedVariable v).getACapturingScope()
|
||||
} or
|
||||
/** A synthetic node representing the values of variables captured by a comprehension after the output has been computed. */
|
||||
TSynthCompCapturedVariablesArgumentPostUpdateNode(Comp comp) {
|
||||
comp.getFunction() = any(VariableCapture::CapturedVariable v).getACapturingScope()
|
||||
} or
|
||||
|
||||
Reference in New Issue
Block a user