MCPcopy
hub / github.com/GitGuardian/ggshield / display_info

Method display_info

ggshield/core/ui/ggshield_ui.py:76–78  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

74 self._echo_heading(message)
75
76 def display_info(self, message: str) -> None:
77 if self.level >= Level.INFO:
78 self._echo(Level.INFO, message)
79
80 def display_warning(self, message: str) -> None:
81 if self.level >= Level.WARNING:

Callers 15

handle_exceptionFunction · 0.80
get_breakglass_optionFunction · 0.80
parse_stdinFunction · 0.80
on_skippedMethod · 0.80
on_skippedMethod · 0.80
display_infoFunction · 0.80
logMethod · 0.80
_install_from_urlFunction · 0.80

Calls 1

_echoMethod · 0.95

Tested by 2

test_scan_cmdFunction · 0.64
test_info_cmdFunction · 0.64