Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ clone
Method
clone
dev/archery/archery/utils/git.py:51–52 ·
view source on GitHub ↗
(self, *argv, **kwargs)
Source
from the content-addressed store, hash-verified
49
50
@git_cmd
51
def
clone(self, *argv, **kwargs):
52
return
self.run_cmd(*argv, **kwargs)
53
54
@git_cmd
55
def
fetch(self, *argv, **kwargs):
Callers
5
GcsTestbench
Method · 0.80
SetUp
Method · 0.80
AsGoogleCloudOptions
Function · 0.80
_clone_arrow_and_crossbow
Function · 0.80
at_revision
Method · 0.80
Calls
1
run_cmd
Method · 0.95
Tested by
2
GcsTestbench
Method · 0.64
SetUp
Method · 0.64