northof40 wrote:
Given an arbitary package is there some programmatic way to 'ask' what
file the method/function is implemented in ?

Indeed, the inspect module contains several useful functions for the job, for example
http://docs.python.org/library/inspect.html#inspect.getfile

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to