MCPcopy Create free account
hub / github.com/AI45Lab/Code / section

Function section

examples/test_ahp_agent_monitors_agent.py:96–99  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

94
95
96def section(title: str):
97 print(f"\n{'=' * 70}")
98 print(f" {title}")
99 print(f"{'=' * 70}")
100
101
102def run_test(label: str, session, prompt: str):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected