[wingide-users] Refactoring: change method signature?
Michael Hipp
michael at redmule.com
Sat Feb 25 19:48:59 MST 2012
Is there anything in Wing that can help me change a bunch of method
signatures, something like this:
def foo(top, hat) -> foo(hat, top) # reordering
def bar(top, hat) -> bar(top) # del unneeded arg
Alas, the problem is even worse because some of those when subclassed
are the same but different, but would need to be similarly changed:
def foo(upper, garment)
Any help? Or could we add this to the Santa Claus list?
Thanks,
Michael
More information about the wingide-users
mailing list