Files
openide/python/testData/refactoring/changeSignature/addParameterBeforeVararg.before.py
Mikhail Golubev 59696e2c5f PY-16683 Improve handling of exising calls in Change Signature
Now we use the same PyCallExpressionHelper methods to match arguments
and parameters in existing calls when we're processing them.
Previously it was done using completely independent algorithm that
iterated through arguments sequentially keeping track of the last
visited argument and couldn't handle a lot of cases.

This change also fixes issues PY-24288 PY-24480 PY-24479.
2017-06-08 14:52:34 +03:00

6 lines
33 B
Python