Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ test_args
Function
test_args
v2/test/core_arguments.py:25–26 ·
view source on GitHub ↗
(t, *args, **kwargs)
Source
from the content-addressed store, hash-verified
23
24
25
def
test_args(t, *args, **kwargs):
26
test(t,
"args"
, *args, **kwargs)
27
28
29
def
test_varargs(t, *args, **kwargs):
Callers
1
core_arguments.py
File · 0.85
Calls
1
test
Function · 0.70
Tested by
no test coverage detected