Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ green
Method
green
celery/utils/term.py:103–104 ·
view source on GitHub ↗
(self, *s: object)
Source
from the content-addressed store, hash-verified
101
return
self.node(s, fg(30 + RED))
102
103
def
green(self, *s: object) -> colored:
104
return
self.node(s, fg(30 + GREEN))
105
106
def
yellow(self, *s: object) -> colored:
107
return
self.node(s, fg(30 + YELLOW))
Callers
3
test_unicode
Method · 0.80
test_more_unicode
Method · 0.80
OK
Method · 0.80
Calls
2
node
Method · 0.95
fg
Function · 0.85
Tested by
2
test_unicode
Method · 0.64
test_more_unicode
Method · 0.64