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

Method __init__

mypy/moduleinspect.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 """
121
122 def __init__(self) -> None:
123 self._start()
124
125 def _start(self) -> None:
126 if sys.platform == "linux":

Callers

nothing calls this directly

Calls 1

_startMethod · 0.95

Tested by

no test coverage detected