Searched refs:_needs_to_implement (Results 1 – 2 of 2) sorted by relevance
7 from coverage.misc import contract, _needs_to_implement90 _needs_to_implement(self, "file_reporter")131 _needs_to_implement(self, "source_filename")244 _needs_to_implement(self, "lines")
205 def _needs_to_implement(that, func_name): function