diff --git a/jedi/refactoring.py b/jedi/refactoring.py index 677f1051..af7506f6 100644 --- a/jedi/refactoring.py +++ b/jedi/refactoring.py @@ -1,4 +1,16 @@ -""" Introduce refactoring """ +""" +Introduce some basic refactoring functions to |jedi|. This module is still in a +very early development stage and needs much testing and improvement. + +It uses the |jedi| `API `_ and supports currently the +following functions (sometimes bug-prone): + +- rename +- extract variable +- inline variable + +**I won't do too much here, but if anyone wants to step in, please do.** +""" from __future__ import with_statement