Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
83
unspecified: Final = Sentinels.unspecified
Callers
nothing calls this directly
Calls
1
capitalize
Method · 0.45
Tested by
no test coverage detected