MCPcopy Index your code
hub / github.com/Aider-AI/aider / exceptions_tuple

Method exceptions_tuple

aider/exceptions.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.exceptions[ex] = self.exception_info[var]
76
77 def exceptions_tuple(self):
78 return tuple(self.exceptions)
79
80 def get_ex_info(self, ex):
81 """Return the ExInfo for a given exception instance"""

Callers 4

send_messageMethod · 0.95
test_exceptions_tupleFunction · 0.95
sendMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_exceptions_tupleFunction · 0.76