Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py93 def print_in_row(row_text): argument
94 row_text = "#### " + row_text + " "
95 fill = "#" * (_LINE_LENGTH - len(row_text))
96 print(row_text + fill)