Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / python / test_fstring_11b.txt
Size: Mime:
---input---
f"""abc {a["x"]} def"""

---tokens---
'f'           Literal.String.Affix
'"""'         Literal.String.Double
'abc '        Literal.String.Double
'{'           Literal.String.Interpol
'a'           Name
'['           Punctuation
'"'           Literal.String.Double
'x'           Literal.String.Double
'"'           Literal.String.Double
']'           Punctuation
'}'           Literal.String.Interpol
' def'        Literal.String.Double
'"""'         Literal.String.Double
'\n'          Text