Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dlogger.py94 def print(self, string, console_printer=None): # noqa: E999 argument
96 if console_printer is None:
97 console_printer = self.console.write_bytes
110 console_printer(string)
134 self.print(translation, console_printer=yellow_print)