forked from VimPlug/jedi
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()
|
||||
|
||||
@@ -82,6 +82,13 @@ def func(a_param):
|
||||
a_param.
|
||||
|
||||
from os import path
|
||||
|
||||
|
||||
# should not return a function, because `a` is a function above
|
||||
def f(b, a): return a
|
||||
#? []
|
||||
f(b=3)
|
||||
|
||||
# -----------------
|
||||
# class
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user