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

Method dirty

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

Source from the content-addressed store, hash-verified

60 return self.run_cmd(*argv, **kwargs)
61
62 def dirty(self, **kwargs):
63 return len(self.status("--short", **kwargs)) > 0
64
65 @git_cmd
66 def log(self, *argv, **kwargs):

Callers 1

git_dirtyMethod · 0.80

Calls 2

statusMethod · 0.95
lenFunction · 0.85

Tested by

no test coverage detected