Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ SuggestionFailure
Class
SuggestionFailure
mypy/suggestions.py:214–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
213
214
class
SuggestionFailure(Exception):
215
pass
216
217
218
def
is_explicit_any(typ: AnyType) -> bool:
Callers
5
find_best
Method · 0.85
get_suggestion
Method · 0.85
find_node
Method · 0.85
find_node_by_module_and_name
Method · 0.85
find_node_by_file_and_line
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…