Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py44 def color_print(message, color, newline='\n'): # type: (str, str, Optional[str]) -> None argument
53 def yellow_print(message, newline='\n'): # type: (str, Optional[str]) -> None argument
57 def red_print(message, newline='\n'): # type: (str, Optional[str]) -> None argument