MCPcopy
hub / github.com/python/mypy / message_registry.py

File message_registry.py

mypy/message_registry.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Message constants for generating error messages during type checking.
2
3Literal messages should be defined as constants in this module so they won't get out of sync
4if used in more than one place, and so that they can be easily introspected. These messages are

Callers

nothing calls this directly

Calls 1

ErrorMessageClass · 0.85

Tested by

no test coverage detected