List of functions called in Python source files?

Emile van Sebille emile at fenx.com
Thu Jun 15 19:49:26 EDT 2000


You're not going to find anything that will
give you a definitive answer.  If you don't
use dynamic importing, eval's or exec's in
your source base, you may be able to get
something useful by extracting all imports,
and looking at the functions that may be
used, or at least get a list of the modules
accessed.

Or-not-ly y'rs

Emile van Sebille
emile at fenx.com
-------------------


----- Original Message -----
From: William Dandreta <wjdandreta at worldnet.att.net>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Thursday, June 15, 2000 3:39 PM
Subject: List of functions called in Python source files?


> I need to get a list of the external (ones not in the same
source file)
> functions called in each Python source file. Does anyone
know an easy way to
> do this?
>
> Bill
>
>
> --
> http://www.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list