[Tutor] Automated function creation / outsourcing code

Eike Welk eike.welk at gmx.net
Tue Mar 31 19:01:38 CEST 2009


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.


More information about the Tutor mailing list