This website requires JavaScript.
Explore
Help
Register
Sign In
Lil-Ran
/
pycdc_fork
Watch
1
Star
0
Fork
0
You've already forked pycdc_fork
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Activity
Files
0b45b5fa076d36f61e76918668564145eccd6eb6
pycdc_fork
/
tests
/
compiled
/
f-string.3.7.pyc
14 lines
1.6 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Issue-165 Added support for f-strings (literal string interpolation https://www.python.org/dev/peps/pep-0498/) Opcodes handled: FORMAT_VALUE, BUILD_STRING. Added AST node classes for FormattedValue and JoinedStr.
2020-10-17 20:52:57 +11:00
B
Fix FORMAT_VALUE for values that have both a conversion and a format_spec. Also output the conversion and flags in disassembly.
2024-08-01 13:27:43 -07:00