MCPcopy 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
751def display_title(title):
752 print(title)
753 print("#" * len(title))
754 print(flush=True)

Callers 1

_run_bisectMethod · 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…