MCPcopy Create free account
hub / github.com/apache/arrow / _push

Method _push

dev/archery/archery/docker/core.py:429–434  ·  view source on GitHub ↗
(service)

Source from the content-addressed store, hash-verified

427
428 def push(self, service_name, user=None, password=None):
429 def _push(service):
430 args = ['push'] + self.config.verbosity_args()
431 if self.config.using_docker:
432 return self._execute_docker(*args, service['image'])
433 else:
434 return self._execute_compose(*args, service['name'])
435
436 service = self.config.get(service_name)
437

Callers

nothing calls this directly

Calls 3

_execute_dockerMethod · 0.95
_execute_composeMethod · 0.95
verbosity_argsMethod · 0.80

Tested by

no test coverage detected