MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / info

Method info

src/hyperagent/cli/console.py:27–28  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

25 self._console.print(text)
26
27 def info(self, text):
28 self._console.print(f"[blue]{text}[/blue]")
29
30 def info2(self, text):
31 self._console.print(f"[cyan]{text}[/cyan]")

Callers 9

main.pyFile · 0.80
SetupFunction · 0.80
__init__Method · 0.80
read_keyFunction · 0.80
setupFunction · 0.80
listFunction · 0.80
queryFunction · 0.80
tailwind.min.jsFile · 0.80
data_generation.pyFile · 0.80

Calls 1

printMethod · 0.80

Tested by

no test coverage detected