[Python-Dev] Question on imports and packages

Raymond Hettinger raymond.hettinger at gmail.com
Wed Nov 3 00:44:12 CET 2010


Brett,  Does the import mechanism for importing packages preserve enough information to be able to figure-out where all the components are defined?  I'm wondering if it is possible for the class browser to be built-out to scan/navigate class structure across a module that has been split into a package.


Raymod


More information about the Python-Dev mailing list