MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 15

TestGeneratorBaseClass · 0.45
make_defaultsFunction · 0.45
PolicyAPITestsClass · 0.45
test_policy_additionMethod · 0.45
sys_modules_contextFunction · 0.45
test_None_on_sys_pathMethod · 0.45
test_copy_fileMethod · 0.45
test_copy_file_emptyMethod · 0.45

Calls 2

RunTestsClass · 0.70
updateMethod · 0.45

Tested by

no test coverage detected