Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py444 "\n" + gp.sprint_dashes(width=120) + gp.sprint_executing() + "\n"
H A Dgen_misc.py93 print_string = gp.sprint_executing(max_width=2000)
H A Dprint.tcl652 proc sprint_executing {{ include_args 1 }} {
H A Dgen_print.py1475 def sprint_executing(stack_frame_ix=None, style=None, max_width=None): function