mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
string literal handling
This commit is contained in:
@@ -151,7 +151,7 @@ exe.items
|
||||
# -----------------
|
||||
|
||||
def fu(a=1, b="", *args, **kwargs):
|
||||
return a,b,args,kwargs
|
||||
return a, b, args, kwargs
|
||||
|
||||
exe = fu(list, 1, "", c=set)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user