MCPcopy Create free account
hub / github.com/numpy/numpy / report_success

Method report_success

tools/refguide_check.py:645–648  ·  view source on GitHub ↗
(self, out, test, example, got)

Source from the content-addressed store, hash-verified

643 return doctest.DocTestRunner.report_start(self, out, test, example)
644
645 def report_success(self, out, test, example, got):
646 if self._verbose:
647 self._report_item_name(out, new_line=True)
648 return doctest.DocTestRunner.report_success(self, out, test, example, got)
649
650 def report_unexpected_exception(self, out, test, example, exc_info):
651 self._report_item_name(out)

Callers

nothing calls this directly

Calls 1

_report_item_nameMethod · 0.95

Tested by

no test coverage detected