I dont think IDLE has the "go to definition" functionality that kiwidude is talking about. You need to use something like Eclipse+PyDev or ViM with an appropriately created tags file for that. In general anything that comes from calibre's code will have its import of the form
from calibre....
anything else comes from either the python stdlib or a python third party package.
|