mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: format
This commit is contained in:
@@ -42,8 +42,8 @@ class Function extends Function_, Scope, AstNode {
|
||||
/**
|
||||
* Holds if this function represents a lambda.
|
||||
*
|
||||
* The extractor reifies each lambda expression as a (local) function with the name
|
||||
* "lambda". As `lambda` is a keyword in Python, it's impossible to create a function with this
|
||||
* The extractor reifies each lambda expression as a (local) function with the name
|
||||
* "lambda". As `lambda` is a keyword in Python, it's impossible to create a function with this
|
||||
* name otherwise, and so it's impossible to get a non-lambda function accidentally
|
||||
* classified as a lambda.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user