Searched refs:imp_find_module (Results 1 – 5 of 5) sorted by relevance
62 imp_find_module = imp.find_module77 imp.find_module = imp_find_module
19 from modulegraph.util import imp_find_module237 imp_find_module('poll')271 path = imp_find_module(f, mf.path)[1]
25 def imp_find_module(name, path=None): function
8 .. function:: imp_find_module(name, path=None)
14 fn = util.imp_find_module('encodings.aliases')[1]