MCPcopy Index your code
hub / github.com/python/mypy / InvalidSourceList

Class InvalidSourceList

mypy/find_sources.py:23–24  ·  view source on GitHub ↗

Exception indicating a problem in the list of sources given to mypy.

Source from the content-addressed store, hash-verified

21
22
23class InvalidSourceList(Exception):
24 """Exception indicating a problem in the list of sources given to mypy."""
25
26
27def create_source_list(

Callers 2

create_source_listFunction · 0.85
_crawl_up_helperMethod · 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…