pytags ?????

Manuel Gutierrez Algaba thor at localhost.localdomain
Sat Dec 11 18:13:57 EST 1999


On Sat, 11 Dec 1999 00:31:40 -0800, Keith Dart <kdart at pacbell.net> wrote:
>Is anyone aware of a program that generates ctags-like tags file, except
>for Python code? I guess it would be named something like pytags (ptags is
>already taken by perl-tags and prolog-tags). I can't seem to find one.

I use this script ( TAGS for emacs ):

etags --lang=none --regex='/[ \t]*\(def\|class\)[ \t]+\([^ :(\t]+\)/\2
/' *.py 

It's all in the same line!
-- 




More information about the Python-list mailing list