The mechanist - 2013-07-15

Hi,

I am working on scripts which use python as the language and I feel it difficult to retrieve/look into the definition of a function which is written in some other file and at some other location.

I used Function list and it works fine for a single file(that is I can see all the function whose definition are in one file). Is it possible to extend the function list capability to help us find the function definition across all the files present in a location.