Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
def
section(title: str) -> None:
251
print(f
"\n{'=' * 60}"
)
252
print(f
" {title}"
)
253
print(f
"{'=' * 60}\n"
)
254
255
256
def
show_batches(steps):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected