Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/cosmicpython/book
/ test_underscores
Function
test_underscores
uppercase-titles.py:72–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
assert fix_line(
'=== A Uow'
) ==
'=== A UoW'
71
72
def
test_underscores():
73
assert fix_line(
'=== A special_method'
) ==
'=== A special_method'
Callers
nothing calls this directly
Calls
1
fix_line
Function · 0.85
Tested by
no test coverage detected