PY-31442 Started working on format parts of fragments

This commit is contained in:
Mikhail Golubev
2018-08-24 01:26:00 +03:00
parent c13a63958d
commit 81afd74ed9
7 changed files with 911 additions and 816 deletions

View File

@@ -0,0 +1 @@
s = f'{ {1: 2} }'

View File

@@ -0,0 +1 @@
s = f'{42:foo}'

View File

@@ -0,0 +1 @@
s = f'{lambda x: 42}'

View File

@@ -0,0 +1 @@
s = f'{(lambda x: 42)}'