Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ display_title
Function
display_title
Lib/test/libregrtest/utils.py:751–754 ·
view source on GitHub ↗
(title)
Source
from the content-addressed store, hash-verified
749
750
751
def
display_title(title):
752
print(title)
753
print(
"#"
* len(title))
754
print(flush=True)
Callers
1
_run_bisect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…