MCPcopy Create free account
hub / github.com/WorldModelBench-Team/WorldModelBench / print_header

Method print_header

evaluation.py:83–85  ·  view source on GitHub ↗

Print a styled header.

(self, text: str)

Source from the content-addressed store, hash-verified

81 self.console = Console()
82
83 def print_header(self, text: str):
84 """Print a styled header."""
85 self.console.print(f"\n[bold blue]{text}[/bold blue]")
86
87 def print_score(self, category: str, score: float, indent: int = 0):
88 """Print a score with proper formatting."""

Callers 1

process_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected