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

Method copy

Lib/test/libregrtest/runtests.py:105–108  ·  view source on GitHub ↗
(self, **override)

Source from the content-addressed store, hash-verified

103 parallel_threads: int | None
104
105 def copy(self, **override) -> 'RunTests':
106 state = dataclasses.asdict(self)
107 state.update(override)
108 return RunTests(**state)
109
110 def create_worker_runtests(self, **override) -> WorkerRunTests:
111 state = dataclasses.asdict(self)

Callers 11

make_caFunction · 0.45
get_logging__handlersMethod · 0.45
runtest_refleakFunction · 0.45
runMethod · 0.45
_rerun_failed_testsMethod · 0.45

Calls 2

RunTestsClass · 0.70
updateMethod · 0.45

Tested by

no test coverage detected