Lines Matching refs:str
100 def __init__(self, elf_filename: str,\ argument
101 extra_sections: list[str],\ argument
102 buildlog_filepath: str = '',\ argument
190 print(str(e))
206 print(str(e))
278 def _get_buildlog_file_content(self) -> list[str]:
295 def _find_offset_of_last_pattern_occurrence(self, file_content: list[str]) -> int: argument
321 def _get_lines_with_footprint(self, start_offset: int, file_content: list[str]) -> list[str]: argument
343 def _clear_whitespaces_from_lines(self, text_lines: list[str]) -> list[str]: argument
351 def _divide_text_lines_into_columns(self, text_lines: list[str]) -> list[list[str]]: argument
373 def _unify_prefixes_on_all_values(self, data_lines: list[list[str]]) -> list[list[str]]: argument
396 def _binary_prefix_converter(self, value: str) -> str: argument
415 converted_value = str(numeric_value * unit_predictor)
418 def _create_data_table(self) -> list[list[str]]: