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

Method log

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

Source from the content-addressed store, hash-verified

64
65 @git_cmd
66 def log(self, *argv, **kwargs):
67 return self.run_cmd(*argv, **kwargs)
68
69 @capture_stdout(strip=True, listify=True)
70 @git_cmd

Callers

nothing calls this directly

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected