Is it possible to refactor function call not using keyword argument to eleminate positional argument function in code base
Hello,
I would like to know if there is any refactoring tool in PyCharm 3.4 pro that can help in fixing function call using positional arguments in code base and convert these functions calls into keyword argument function call automagically?
If not, I think I will make a feature request for it.
Richard
I would like to know if there is any refactoring tool in PyCharm 3.4 pro that can help in fixing function call using positional arguments in code base and convert these functions calls into keyword argument function call automagically?
If not, I think I will make a feature request for it.
Richard
Please sign in to leave a comment.
I guess there is no way of doing it...