Python development tools

Roy Smith roy at panix.com
Sun Jun 23 21:16:05 EDT 2013


In article <mailman.3736.1372035170.3114.python-list at python.org>,
 Tim Chase <python.list at thechases.com> wrote:

> I'd wager money that Emacs allows you to do something similar,

I'm sure it can.  But, the next step in the evolution is:

$ emacs `find . -name '*.py' | xargs grep -l my_function_name`



More information about the Python-list mailing list