|
|
|
|
|
by ossopite
432 days ago
|
|
I'm not sure if t-strings help here? unless I misread the PEP, it seems like they still eagerly evaluate the interpolations. There is an observation that you can use `lambda` inside to delay evaluation of an interpolation, but I think this lambda captures any variables it uses from the context. |
|
Actually lambda works fine here