[Python] Tutte le specifiche delle fstrings.
Yuri
yurj a alfa.it
Gio 26 Maggio 2022 12:34:12 CEST
Nella parte lessicale:
https://docs.python.org/3/reference/lexical_analysis.html#f-strings
"The format specifier mini-language is the same as that used by the
str.format() method.". Quindi trovi le specifiche qui:
https://docs.python.org/3/library/string.html#formatstrings
dove trovi:
"|'^'| Forces the field to be centered within the available space."
Il 26/05/22 12:20, Gabriele Battaglia ha scritto:
> Ciao.
>
> Cerco la documentazione completa sulle f-strings, mi pare sia la
> PEP458? Non sono sicuro. In rete trovo articoli, esempi, ma non ho
> ancora individuato un singolo documento che mi riporti tutte le
> specifiche.
>
> Mi dite con quale chiave dovrei cercare in Google, o qual è un
> riferimento buono?
>
>
> In particolare adesso cercavo l'equivalente f-string di
> str.center(...) che non me lo ricordo. :)
>
>
> Grazie per l'aiuto.
>
>
> Gabry.
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20220526/baa7edad/attachment.html>
Maggiori informazioni sulla lista
Python