MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / _msg

Method _msg

keepercommander/discovery_common/verify.py:114–115  ·  view source on GitHub ↗
(self, msg, color_name="NONE")

Source from the content-addressed store, hash-verified

112 self.close()
113
114 def _msg(self, msg, color_name="NONE"):
115 print(f"{self.colors.get(color_name, '')}{msg}{self.colors.get(Verify.COLOR_RESET, '')}", file=self.output)
116
117 def run(self, fix: bool = False, lookup_record_func: Optional[Callable] = None):
118

Callers 5

_fix_user_service_aclMethod · 0.95
verify_user_serviceMethod · 0.95
verify_record_existsMethod · 0.95
_checkMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected