Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ checkout
Method
checkout
dev/archery/archery/utils/git.py:59–60 ·
view source on GitHub ↗
(self, *argv, **kwargs)
Source
from the content-addressed store, hash-verified
57
58
@git_cmd
59
def
checkout(self, *argv, **kwargs):
60
return
self.run_cmd(*argv, **kwargs)
61
62
def
dirty(self, **kwargs):
63
return
len(self.status(
"--short"
, **kwargs)) > 0
Callers
3
_clone_arrow_and_crossbow
Function · 0.80
at_revision
Method · 0.80
cherry_pick_commits
Method · 0.80
Calls
1
run_cmd
Method · 0.95
Tested by
no test coverage detected