Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ format_run
Function
format_run
dev/archery/archery/docker/tests/test_docker.py:208–213 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
206
207
208
def
format_run(args):
209
cmd = [
"run"
,
"--rm"
]
210
if
isinstance(args, str):
211
return
" "
.join(cmd + [args])
212
else
:
213
return
cmd + args
214
215
216
@pytest.fixture
Callers
2
test_compose_run
Function · 0.85
test_compose_run_with_resource_limits
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected