Lines Matching refs:modpath
129 modpath = _get_module_path(self, fullname)
130 if _is_dir(self, modpath):
159 code, ispackage, modpath = _get_module_code(self, fullname)
191 code, ispackage, modpath = _get_module_code(self, fullname)
192 return modpath
241 code, ispackage, modpath = _get_module_code(self, fullname)
258 _bootstrap_external._fix_up_module(mod.__dict__, fullname, modpath)
268 _bootstrap._verbose_message('import {} # loaded from Zip {}', fullname, modpath)
708 modpath = toc_entry[0]
711 code = _unmarshal_code(self, modpath, fullpath, fullname, data)
713 code = _compile_source(modpath, data)
718 modpath = toc_entry[0]
719 return code, ispackage, modpath