Module index information in machine readable form?

William Dandreta wjdandreta at worldnet.att.net
Sat Jun 17 21:12:32 EDT 2000


Hi Jonathan,

If I understand your question, I did something similar for the C source code
files. In your case you can write a Python script to search for 'def' in
each of the .py files in the directories you are interested in.

Bill
Jonathan Epstein wrote in message <394A930D.77CA9CB9 at nih.gov>...
>
>
>Is there any way to obtain the module information (module names and the
>names of their methods) in a form which is suitable for machine
>processing?  I am interested in processing this data into a form which
>can be digested by ELSE:
>  http://www.lirmm.fr/doc/python/lib/modindex.html
>  http://members.xoom.com/pmilliken/
>
>Thanks,
>
>- Jonathan





More information about the Python-list mailing list