MCPcopy 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

at_revisionMethod · 0.80
cherry_pick_commitsMethod · 0.80

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected