Searched refs:_find_char (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 302 def _find_char(self, path, str, n): member in Json_report 444 … worksheet.write(row,col+1,i_file["Path"][(self._find_char(i_file["Path"],'/',3)+1):],cell_format) 469 … worksheet.write(row,col+1,i_file["Path"][self._find_char(i_file["Path"],'/',3)+1:],cell_format)
|