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

Function find_sources

mypy/test/test_find_sources.py:59–63  ·  view source on GitHub ↗
(
    paths: list[str], options: Options, fscache: FileSystemCache
)

Source from the content-addressed store, hash-verified

57
58
59def find_sources(
60 paths: list[str], options: Options, fscache: FileSystemCache
61) -> list[tuple[str, str | None]]:
62 paths = [os.path.abspath(p) for p in paths]
63 return normalise_build_source_list(create_source_list(paths, options, fscache))
64
65
66class SourceFinderSuite(unittest.TestCase):

Callers 1

Calls 2

create_source_listFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…