MCPcopy Index your code
hub / github.com/RustPython/RustPython / title

Function title

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

Source from the content-addressed store, hash-verified

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

Callers 1

run_test_scriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected