Home | History | Annotate | Download | only in cpython3

Lines Matching full:find_module_file

181 def find_module_file(module, dirlist):
238 ext.sources = [ find_module_file(filename, moddirlist)
241 ext.depends = [find_module_file(filename, moddirlist)