If I import a module in IDLE using:
import <module_name>
print <module_name>.__file__
how can I open it without going through the Menu->File->Open multiple-step procedure?
It would be nice to open it via a command that takes the path and outputs a separate editor like IDLE.