MCPcopy Index your code
hub / github.com/RustPython/RustPython / log

Method log

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

Source from the content-addressed store, hash-verified

161 self.next_single_filename: StrPath | None = None
162
163 def log(self, line: str = '') -> None:
164 self.logger.log(line)
165
166 def find_tests(self, tests: TestList | None = None) -> tuple[TestTuple, TestList | None]:
167 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