With the changes in parso, f-strings are now completable

Parso now uses one syntax tree for f-strings and the classic syntax tree.
This commit is contained in:
Dave Halter
2018-03-31 17:51:27 +02:00
parent 27655db8a9
commit 43df60ff7d

View File

@@ -15,3 +15,10 @@ Fr'{Foo.bar'
Fr'{Foo.bar
#? ['bar']
Fr'{Foo.bar
#? ['Exception']
F"{Excepti
#? 8 Foo
Fr'a{Foo.bar'
#? str()
Fr'sasdf'