Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setup_tsan_parallel_tests
Function
setup_tsan_parallel_tests
Lib/test/libregrtest/tsan.py:49–51 ·
view source on GitHub ↗
(cmdline_args)
Source
from the content-addressed store, hash-verified
47
cmdline_args[:] = TSAN_TESTS[:]
48
49
def
setup_tsan_parallel_tests(cmdline_args) -> None:
50
if
not cmdline_args:
51
cmdline_args[:] = TSAN_PARALLEL_TESTS[:]
Callers
1
find_tests
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected