Lambda expressions,” *Python Language Reference¶
Python Software Foundation. Lambda expressions,” *Python Language Reference. Python Language Reference.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Domain-specific¶
- Anonymous Function
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
This sourceSpecifies that lambda expressions create anonymous functions and that their bodies are single expressions.
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:e67974189709 · see in the full table