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

Class Unrepresentable

mypy/stubtest.py:66–70  ·  view source on GitHub ↗

Marker object for unrepresentable parameter defaults.

Source from the content-addressed store, hash-verified

64
65
66class Unrepresentable:
67 """Marker object for unrepresentable parameter defaults."""
68
69 def __repr__(self) -> str:
70 return "<unrepresentable>"
71
72
73UNREPRESENTABLE: Final = Unrepresentable()

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…