MCPcopy Index your code
hub / github.com/ForgeRock/forgeops / warning

Function warning

lib/python/utils.py:151–153  ·  view source on GitHub ↗

Print warning message

(s)

Source from the content-addressed store, hash-verified

149 print(f"{RED}{s}{ENDC}")
150
151def warning(s):
152 """Print warning message"""
153 print(f"{PURPLE}{s}{ENDC}")
154
155def sub_title(title):
156 total_length = 100

Callers 4

forgeops_dependenciesFunction · 0.90
sub_titleFunction · 0.85
printurlsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected