1
0
forked from VimPlug/jedi

Wrong var_args with a star star function.

This commit is contained in:
Dave Halter
2014-06-06 16:49:53 +02:00
parent cb430c4c36
commit f061de0f74
3 changed files with 17 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ CODES = {
'type-error-too-few-arguments': (6, TypeError, None),
'type-error-keyword-argument': (7, TypeError, None),
'type-error-multiple-values': (8, TypeError, None),
'type-error-star-star-mapping': (9, TypeError, None),
}