Home
last modified time | relevance | path

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

/openthread-latest/tools/cp-caps/
Drcp_caps_test.py249 …self.__output_format_string('Throughput', self.__bitrate_to_string(results['receiver']['bitrate']))
676 …def __output_format_string(self, name: str, value: str, align_length: int = DEFAULT_FORMAT_ALIGN_L… member in RcpCaps
681 self.__output_format_string(name, 'OK' if value else 'NotSupported', align_length)