Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pretty
Function
pretty
Tools/scripts/summarize_stats.py:50–51 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
48
49
50
def
pretty(name: str) -> str:
51
return
name.replace(
"_"
,
" "
).lower()
52
53
54
def
_load_metadata_from_source():
Callers
2
kind_to_text
Method · 0.70
get_call_stats
Method · 0.70
Calls
2
lower
Method · 0.45
replace
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…