mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
unexpected keyword arguments detection
This commit is contained in:
@@ -27,7 +27,7 @@ simple(1, 2, 3)
|
||||
# -----------------
|
||||
|
||||
simple(a=1)
|
||||
#! 7 type-error
|
||||
#! 7 type-error-keyword-argument
|
||||
simple(b=1)
|
||||
#! 10 type-error-too-many-arguments
|
||||
simple(1, a=1)
|
||||
|
||||
Reference in New Issue
Block a user