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

Method show

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

Source from the content-addressed store, hash-verified

186 self.show()
187
188 def show(self):
189 issue = self.issue
190 print(format_issue_output("github", self.github_id, issue["state"],
191 issue["title"], ', '.join(self.assignees),
192 self.components))
193
194
195def get_candidate_fix_version(mainline_versions,

Callers 3

resolveMethod · 0.95
mainFunction · 0.45
showMethod · 0.45

Calls 2

format_issue_outputFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected