Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
simple_send_with_retries
Method · 0.95
send_message
Method · 0.95
test_exceptions_tuple
Function · 0.95
send
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_exceptions_tuple
Function · 0.76