CodeQL library for Python
codeql/python-all 0.12.0 (changelog, source)
Search

Type signature ClosureExpr

An expression constructing a closure that may capture one or more variables. This can for example be a lambda or a constructor call of a locally defined object.

Direct supertypes