Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FromProto
Function · 0.45
show_column_type?
Method · 0.45
return_fixed_size_list
Method · 0.45
return_fixed_size_list=
Method · 0.45
_clone_arrow_and_crossbow
Function · 0.45
Calls
1
run_cmd
Method · 0.95
Tested by
no test coverage detected