mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
support for unicode/str and float/int literals (different returns)
This commit is contained in:
@@ -241,5 +241,5 @@ gen_exe = gen()
|
||||
next(gen_exe).upper
|
||||
#? ['real']
|
||||
next(gen_exe).real
|
||||
#? float() str()
|
||||
#? int() str()
|
||||
next(gen_exe)
|
||||
|
||||
Reference in New Issue
Block a user