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