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

Method fetch

dev/archery/archery/utils/git.py:55–56  ·  view source on GitHub ↗
(self, *argv, **kwargs)

Source from the content-addressed store, hash-verified

53
54 @git_cmd
55 def fetch(self, *argv, **kwargs):
56 return self.run_cmd(*argv, **kwargs)
57
58 @git_cmd
59 def checkout(self, *argv, **kwargs):

Callers 5

FromProtoFunction · 0.45
show_column_type?Method · 0.45

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected