Dave Halter
|
acb4959a6a
|
temporary very unfinished solution for the *args/**kwargs combination problem, if they are used in common with dynamic params. This doesn't solve the issue entirely, but it's at least a start and will probably solve all autocompletion issues. However, static analysis needs a little bit more than that.
|
2014-06-04 17:18:09 +02:00 |
|
Dave Halter
|
945888a535
|
fix for kwargs params
|
2014-06-01 13:52:21 +02:00 |
|
Dave Halter
|
933e231d74
|
small update on multiple value named argument type error
|
2014-06-01 11:34:20 +02:00 |
|
Dave Halter
|
b8525c7e1e
|
get dicts partially working
|
2014-06-01 11:24:24 +02:00 |
|
Dave Halter
|
248cca2e5e
|
fix issues with empty *args as inputs
|
2014-05-31 11:03:37 +02:00 |
|
Dave Halter
|
b24178b275
|
multiple values refactoring in params
|
2014-05-29 16:59:56 +02:00 |
|
Dave Halter
|
1899f16a4a
|
if there's a func listener, stop the execution of a function. This solves the issue of nested *args that were reported as having too many params in static analysis.
|
2014-05-29 12:15:07 +02:00 |
|
Dave Halter
|
4f66591227
|
nested functions with *args should only raise an error if there's well defined input.
|
2014-05-28 14:35:48 +02:00 |
|
Dave Halter
|
a695166585
|
add a new static_analysis file to test star arguments separately
|
2014-05-28 11:08:44 +02:00 |
|