formate.dynamic_quotes¶
Applies “dynamic quotes” to Python source code.
The rules are:
Use double quotes
"where possible.Use single quotes
'for empty strings and single characters (a,\netc.).Leave the quotes unchanged for multiline strings, f strings and raw strings.