MCPcopy Index your code
hub / github.com/python/cpython / __repr__

Method __repr__

Tools/clinic/libclinic/utils.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 unknown = "unknown"
78
79 def __repr__(self) -> str:
80 return f"<{self.value.capitalize()}>"
81
82
83unspecified: Final = Sentinels.unspecified

Callers

nothing calls this directly

Calls 1

capitalizeMethod · 0.45

Tested by

no test coverage detected