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

Class Missing

mypy/stubtest.py:53–57  ·  view source on GitHub ↗

Marker object for things that are missing (from a stub or the runtime).

Source from the content-addressed store, hash-verified

51
52
53class Missing:
54 """Marker object for things that are missing (from a stub or the runtime)."""
55
56 def __repr__(self) -> str:
57 return "MISSING"
58
59
60MISSING: Final = Missing()

Callers 1

stubtest.pyFile · 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…