On Saturday 28 March 2009, Martin Klimach wrote:
> Is there a python editor, that can automatically turn a selection
> of code into a function? Matching the input and return variables?
>
Look at "Rope IDE" it is fairly good at refactoring. It is very ugly 
and not very comfortable, but it works. Due to its limitations it is 
only suitable for small projects. It is written purely in Python, 
therefore it is very easy to install. 

You must install the "Rope library" and the "Rope IDE".

IDE:
http://rope.sourceforge.net/ropeide.html

library:
http://rope.sourceforge.net/


HTH,
Eike.
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to