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

Method asdict

mypy/modulefinder.py:48–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self.typeshed_path = tuple(map(os.path.abspath, typeshed_path))
47
48 def asdict(self) -> dict[str, tuple[str, ...]]:
49 return {
50 "python_path": self.python_path,
51 "mypy_path": self.mypy_path,
52 "package_path": self.package_path,
53 "typeshed_path": self.typeshed_path,
54 }
55
56
57# Package dirs are a two-tuple of path to search and whether to verify the module

Callers 1

log_configurationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected