Home
last modified time | relevance | path

Searched refs:_find_char (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py302 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)