MCPcopy Index your code
hub / github.com/python/cpython / title

Function title

Lib/test/support/script_helper.py:309–310  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

307 # use -u to try to get the full output if the test hangs or crash
308 if support.verbose:
309 def title(text):
310 return f"===== {text} ======"
311
312 name = f"script {os.path.basename(script)}"
313 print()

Callers 1

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