mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 13:21:26 +08:00
Fix dynamic param tests.
This commit is contained in:
@@ -56,11 +56,11 @@ def func(c):
|
||||
return c
|
||||
|
||||
#? str()
|
||||
func("str")
|
||||
func("something")
|
||||
|
||||
@def_func
|
||||
def func(c=1):
|
||||
#? int() float()
|
||||
#? float()
|
||||
return c
|
||||
|
||||
func(1.0)
|
||||
|
||||
Reference in New Issue
Block a user