Lines Matching refs:find_module
73 with imp.find_module('module_' + mod, self.test_path)[0] as fd:
78 imp.find_module('badsyntax_pep3120', path)
82 fp, filename, info = imp.find_module('module_' + mod,
91 fp, filename, info = imp.find_module("tokenize")
105 file, filename, info = imp.find_module(temp_mod_name)
160 file, filename, info = imp.find_module(temp_mod_name)
203 imp.find_module, "badsyntax_pep3120", [path])
217 x = imp.find_module("os")
229 x = imp.find_module(example)
240 fileobj, pathname, description = imp.find_module(m)
269 found = imp.find_module(name)
306 imp.find_module, support.TESTFN, ["."])
364 file, path, description = imp.find_module('mymod', path=['.'])