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

Terry Reedy tjreedy at udel.edu
Sat Jun 13 16:02:37 EDT 2015


On 6/13/2015 3:53 PM, C.D. Reimer wrote:
> On 6/13/2015 12:31 PM, Chris Angelico wrote:
>> Depending on your requirements, it could be anywhere from easy to
>> hard. Good luck:)
>
> I don't have  grep on my Windows machine. Writing a script might be easier.

If you have a normal Python installation, you do.  Idle's Find in Files 
is a grep function with a gui interface.

-- 
Terry Jan Reedy




More information about the Python-list mailing list