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

Method report_unexpected_exception

tools/refguide_check.py:650–653  ·  view source on GitHub ↗
(self, out, test, example, exc_info)

Source from the content-addressed store, hash-verified

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)
652 return doctest.DocTestRunner.report_unexpected_exception(
653 self, out, test, example, exc_info)
654
655 def report_failure(self, out, test, example, got):
656 self._report_item_name(out)

Callers

nothing calls this directly

Calls 1

_report_item_nameMethod · 0.95

Tested by

no test coverage detected