Skip to content

Add "debug" strings to string formatting info. #17

@PythonCHB

Description

@PythonCHB

Python 3.8 introduced the self-documenting expression with the = character:

In [18]: f"{number = }"                                                                                           
Out[18]: 'number = 1.2'

This is really handy for debugging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions