Home | History | Annotate | Download | only in src

Lines Matching refs:source_file

654     def find_module_source_file(self, source_file):
655 if not os.path.exists(source_file):
656 source_file = source_file[:-1]
657 return source_file
687 source_file = self.find_module_source_file(os.path.join(test_directory, module) + '.pyx')
688 source_and_output = io_open(source_file, 'rU', encoding='ISO-8859-1')
690 out = io_open(os.path.join(workdir, module + os.path.splitext(source_file)[1]),