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

Method get_state

Lib/test/libregrtest/main.py:444–448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

442 break
443
444 def get_state(self) -> str:
445 state = self.results.get_state(self.fail_env_changed)
446 if self.first_state:
447 state = f'{self.first_state} then {state}'
448 return state
449
450 def _run_tests_mp(self, runtests: RunTests, num_workers: int) -> None:
451 from .run_workers import RunWorkers

Callers 3

rerun_failed_testsMethod · 0.95
display_resultMethod · 0.95
display_summaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected