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

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Jun 13 21:59:10 EDT 2015


On Sat, 13 Jun 2015 14:09:48 -0700, C.D. Reimer wrote:

> On 6/13/2015 1:59 PM, Laura Creighton wrote:
>> 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.
> 
> I've been using Notepad++ (Windows) and TextWrangler (Mac) for over a
> decade now. Idle may be pure Python, but that's not enough for me to
> switch. :)


You don't have to switch for good. You can fire up IDLE to do this one 
job, then never use it again.



-- 
Steven D'Aprano



More information about the Python-list mailing list