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

Method _report_item_name

tools/refguide_check.py:635–639  ·  view source on GitHub ↗
(self, out, new_line=False)

Source from the content-addressed store, hash-verified

633 optionflags=optionflags)
634
635 def _report_item_name(self, out, new_line=False):
636 if self._item_name is not None:
637 if new_line:
638 out("\n")
639 self._item_name = None
640
641 def report_start(self, out, test, example):
642 self._checker._source = example.source

Callers 3

report_successMethod · 0.95
report_failureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected