Organizing Python Code

Grant Edwards ge at nowhere.none
Fri Oct 6 16:32:17 EDT 2000


In article <39de333a$1_2 at goliath2.newsfeeds.com>, Garth Dighton wrote:

>This doesn't work when the code is in several directories. I frequently 
>have this problem at work, where the source code for our main product is 
>spread across several hundred files in 50 or so directories (our product is 
>a database server, so the architecture is fairly complicated). You CAN'T 
>just do a grep to find the function definition.

$ ctags --recurse

Gnu ctags only knows C, C++, Fortan, Eiffel, and Java.  One
presumes adding a new language is a fair amount of work.

-- 
Grant Edwards                   grante             Yow!  It's the RINSE
                                  at               CYCLE!! They've ALL IGNORED
                               visi.com            the RINSE CYCLE!!



More information about the Python-list mailing list