Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ blue
Method
blue
celery/utils/term.py:109–110 ·
view source on GitHub ↗
(self, *s: object)
Source
from the content-addressed store, hash-verified
107
return
self.node(s, fg(30 + YELLOW))
108
109
def
blue(self, *s: object) -> colored:
110
return
self.node(s, fg(30 + BLUE))
111
112
def
magenta(self, *s: object) -> colored:
113
return
self.node(s, fg(30 + MAGENTA))
Callers
6
test_repr
Method · 0.80
test_more_unicode
Method · 0.80
banner
Method · 0.80
on_stopping_preamble
Method · 0.80
on_still_waiting_for
Method · 0.80
on_node_restart
Method · 0.80
Calls
2
node
Method · 0.95
fg
Function · 0.85
Tested by
2
test_repr
Method · 0.64
test_more_unicode
Method · 0.64