Searched refs:explanatory_text (Results 1 – 1 of 1) sorted by relevance
126 def message(tag, msg, explanatory_text=None, do_newline=False): argument127 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_text141 if explanatory_text is not None else '',144 if do_newline or explanatory_text is not None else ''))