File: //proc/3/root/usr/lib/python2.4/Tools/scripts/eptags.pyc
mò
=5Dc @ s[ d Z d k Z d k Z d Z e i e Z d Z d Z e d j o e n d S( så Create a TAGS file for Python programs, usable with GNU Emacs.
usage: eptags pyfiles...
The output TAGS file is usable with Emacs version 18, 19, 20.
Tagged are:
- functions (even inside other defs or classes)
- classes
eptags warns about files it cannot open.
eptags will not give warnings about duplicate tags.
BUGS:
Because of tag duplication (methods with the same name in different
classes), TAGS files are not very useful for most object-oriented
python projects.
Ns; ^[ \t]*(def|class)[ \t]+([a-zA-Z_][a-zA-Z0-9_]*)[ \t]*[:\(]c
C s y t | d } Wn t i i d | d Sn Xd } d } g } d } x | i
} | p Pn | d } t i
| } | o>