Quote:
Originally Posted by titaniumdecoy
Wouldn't the cache have to be searched either way?
|
As I understand it, if it's already imported, only the namespace must be searched for the module name. If it's imported in the middle of the function, first the module cache has to be searched (in order to import the module into the current namespace), and then the namespace.