MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / rule

Method rule

src/mcp_client/logger.py:900–903  ·  view source on GitHub ↗

Print a horizontal rule to the console without logging to file.

(self, color: str | None = None)

Source from the content-addressed store, hash-verified

898 print(message)
899
900 def rule(self, color: str | None = None) -> None:
901 """Print a horizontal rule to the console without logging to file."""
902 if self.pretty and self._console:
903 self._console.print(Rule(style=color or self._PAL_GREEN))
904
905 def event(
906 self,

Callers 1

run_interactiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected