mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user