Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreditTone/hooker
/ withColor
Function
withColor
hooker.py:212–213 ·
view source on GitHub ↗
(string, fg, bg=49)
Source
from the content-addressed store, hash-verified
210
211
212
def
withColor(string, fg, bg=49):
213
print(
"\33[0m\33[%d;%dm%s\33[0m"
% (fg, bg, string))
214
#front color
215
Red = 1
216
Green = 2
Callers
7
red
Function · 0.85
green
Function · 0.85
yellow
Function · 0.85
blue
Function · 0.85
magenta
Function · 0.85
cyan
Function · 0.85
white
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected