MCPcopy 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
214class SuggestionFailure(Exception):
215 pass
216
217
218def is_explicit_any(typ: AnyType) -> bool:

Callers 5

find_bestMethod · 0.85
get_suggestionMethod · 0.85
find_nodeMethod · 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…