MCPcopy Index your code
hub / github.com/python/cpython / log

Method log

Lib/test/libregrtest/main.py:164–165  ·  view source on GitHub ↗
(self, line: str = '')

Source from the content-addressed store, hash-verified

162 self.next_single_filename: StrPath | None = None
163
164 def log(self, line: str = '') -> None:
165 self.logger.log(line)
166
167 def find_tests(self, tests: TestList | None = None) -> tuple[TestTuple, TestList | None]:
168 if tests is None:

Callers 3

_rerun_failed_testsMethod · 0.95
rerun_failed_testsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected