MCPcopy 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
50def pretty(name: str) -> str:
51 return name.replace("_", " ").lower()
52
53
54def _load_metadata_from_source():

Callers 2

kind_to_textMethod · 0.70
get_call_statsMethod · 0.70

Calls 2

lowerMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…