mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
param arguments that are being forgotten by the user are now added (no strange behaviour anymore)
This commit is contained in:
@@ -90,9 +90,6 @@ recursion2(1)
|
||||
# ordering
|
||||
# -----------------
|
||||
|
||||
#def b():
|
||||
#return ""
|
||||
|
||||
def a():
|
||||
#? int()
|
||||
b()
|
||||
|
||||
Reference in New Issue
Block a user