Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py126 def message(tag, msg, explanatory_text=None, do_newline=False): argument
127 if message.old_tag == tag and message.old_msg == msg and not explanatory_text:
134 if explanatory_text:
135 logging.info(explanatory_text)
140 (_BEGINNING_OF_LINE, _CLEAR_LINE, '\n%s' % explanatory_text
141 if explanatory_text is not None else '',
144 if do_newline or explanatory_text is not None else ''))