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

Method fail

dev/merge_arrow_pr.py:363–364  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

361 """
362
363 def fail(self, msg):
364 raise Exception(msg)
365
366 def prompt(self, prompt):
367 return input(prompt)

Callers 5

continue_maybeMethod · 0.95
__init__Method · 0.45
resolveMethod · 0.45
_get_issueMethod · 0.45
mergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected