Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ verbosity_args
Method
verbosity_args
dev/archery/archery/docker/core.py:172–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
return
self.get(service_name)
171
172
def
verbosity_args(self):
173
return
[
'--quiet'
]
if
running_in_ci()
else
[]
174
175
176
class
Docker(Command):
Callers
2
_pull
Method · 0.80
_push
Method · 0.80
Calls
1
running_in_ci
Function · 0.85
Tested by
no test coverage detected