mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix some *args issues
This commit is contained in:
@@ -451,8 +451,8 @@ code4 = 'def i(u, /, v, *args, x=1, y, **kwargs): pass'
|
||||
(code3, 'h(a,b,args=', None),
|
||||
(code3, 'h(u,v=', 1),
|
||||
(code3, 'h(u=', None),
|
||||
#(code3, 'h(u,*xxx', 1),
|
||||
#(code3, 'h(u,*[]', 1),
|
||||
(code3, 'h(u,*xxx', 1),
|
||||
(code3, 'h(u,*[]', 1),
|
||||
|
||||
# *args, **kwargs
|
||||
(code4, 'i(a,b,c,d', 2),
|
||||
|
||||
Reference in New Issue
Block a user