mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
get_code is now able to process returns again
This commit is contained in:
@@ -365,7 +365,7 @@ a()
|
||||
|
||||
x = []
|
||||
a = lambda x: x
|
||||
int()
|
||||
#? int()
|
||||
a(0)
|
||||
|
||||
#? float()
|
||||
|
||||
Reference in New Issue
Block a user