Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setup_pgo_tests
Function
setup_pgo_tests
Lib/test/libregrtest/pgo.py:52–55 ·
view source on GitHub ↗
(cmdline_args, pgo_extended: bool)
Source
from the content-addressed store, hash-verified
50
]
51
52
def
setup_pgo_tests(cmdline_args, pgo_extended: bool) -> None:
53
if
not cmdline_args and not pgo_extended:
54
# run default set of tests for PGO training
55
cmdline_args[:] = PGO_TESTS[:]
Callers
1
find_tests
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected