MCPcopy Create free account
hub / github.com/IBM/mcp-cli / section

Function section

examples/planning/plan_parallel_demo.py:250–253  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

248
249
250def section(title: str) -> None:
251 print(f"\n{'=' * 60}")
252 print(f" {title}")
253 print(f"{'=' * 60}\n")
254
255
256def show_batches(steps):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected