a python refactoring library...
Project description
Overview
Rope is a python refactoring library.
New Features
added import_dynload_stdmods project variable
finding dynload standard modules on windows
fixed some windows-specific bugs
If import_dynload_stdmods is set, most standard C-extension modules are inserted to extension_modules. Note that rope uses the source code to collect information about modules. If rope cannot find the source code of a module (like C-extensions), it can import them directly, if listed in extension_modules variable, and analyze them.