Is there a utility to tally function calls from other files?

Laura Creighton lac at openend.se
Sat Jun 13 16:59:33 EDT 2015


In a message of Sat, 13 Jun 2015 13:45:10 -0700, "C.D. Reimer" writes:
>On 6/13/2015 1:02 PM, Terry Reedy wrote:
>> If you have a normal Python installation, you do.  Idle's Find in 
>> Files is a grep function with a gui interface.
>
>I have Notepad++ on Windows. The find function for that program does the 
>same thing. If I have a working Mac, Text Wrangler does the same thing 
>as well.
>
>Thanks,
>
>Chris

Idle is written in pure python.  Steal from:
https://hg.python.org/cpython/file/74d182cf0187/Lib/idlelib/GrepDialog.py
if you do not have a copy locally.

Laura





More information about the Python-list mailing list