Searched refs:template_path (Results 1 – 2 of 2) sorted by relevance
29 template_path = os.path.join(module_dir, 'calibration_images',31 self._image_template = open(template_path).read()
18 def _GenerateCompileCommands(template_path, test_files_dir): argument20 with open(template_path) as fh: