Lines Matching refs:_note
358 def _note(self, note_type, msg, anchor=None): member in Logfile
429 self._note("timestamp",
469 self._note("error", msg)
481 self._note("warning", msg)
493 self._note("info", msg)
505 self._note("action", msg)
525 self._note("timestamp",
527 self._note("timestamp",
529 self._note("timestamp",
543 self._note("status-pass", msg, anchor)
556 self._note("status-skipped", msg, anchor)
569 self._note("status-xfail", msg, anchor)
582 self._note("status-xpass", msg, anchor)
595 self._note("status-fail", msg, anchor)