Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
151
def
warning(s):
152
""
"Print warning message"
""
153
print(f
"{PURPLE}{s}{ENDC}"
)
154
155
def
sub_title(title):
156
total_length = 100
Callers
4
check_python_venv_lib_deps
Function · 0.90
forgeops_dependencies
Function · 0.90
sub_title
Function · 0.85
printurls
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected