MCPcopy 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
176class Docker(Command):

Callers 2

_pullMethod · 0.80
_pushMethod · 0.80

Calls 1

running_in_ciFunction · 0.85

Tested by

no test coverage detected