mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
If a "=" is specified a the end of an f-string expression, the f-string will evaluate to the text of the expression, followed by '=', followed by the repr of the value of the expression.
Miscellaneous source files for the main Python shared library