string_format_kind¶
Which formatting language a format string is written in.
Declaration¶
Syntax¶
string_format_kind
= FormatFortran
| FormatC
| FormatPythonPercent
| FormatPythonFString
| FormatPythonFormat
Values¶
Value |
Meaning |
|---|---|
|
Fortran edit descriptors, |
|
C |
|
Python’s |
|
an f-string, |
|
|
Return values¶
None. An enumeration value is not evaluated.
Description¶
StringFormat carries this so that one node serves every frontend: the format string is interpreted according to the language it was written in.