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

Method maintenance_branches

dev/merge_arrow_pr.py:424–426  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

422
423 @property
424 def maintenance_branches(self):
425 return [x["name"] for x in self._github_api.get_branches()
426 if x["name"].startswith("maint-")]
427
428 def _get_issue(self):
429 if self.title.startswith("MINOR:"):

Callers

nothing calls this directly

Calls 1

get_branchesMethod · 0.80

Tested by

no test coverage detected