PEP 736: Shorthand syntax for keyword arguments at invocation

📝

内容提要

This PEP proposes introducing syntactic sugar f(x=) for the pattern where a named argument is the same as the name of the variable corresponding to its value f(x=x).

🏷️

标签

➡️

继续阅读