Home | History | Annotate | Download | only in cpython2

Lines Matching full:find_module_file

163 def find_module_file(module, dirlist):
221 ext.sources = [ find_module_file(filename, moddirlist)
224 ext.depends = [find_module_file(filename, moddirlist)