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

Class ServerContext

mypy/build_worker/worker.py:68–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class ServerContext:
69 def __init__(
70 self,
71 options: Options,
72 disable_error_code: list[str],
73 enable_error_code: list[str],
74 errors: Errors,
75 fscache: FileSystemCache,
76 ) -> None:
77 self.options: Final = options
78 self.disable_error_code: Final = disable_error_code
79 self.enable_error_code: Final = enable_error_code
80 self.errors: Final = errors
81 self.fscache: Final = fscache
82
83
84def main(argv: list[str]) -> None:

Callers 1

mainFunction · 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…