Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ white
Method
white
celery/utils/term.py:118–119 ·
view source on GitHub ↗
(self, *s: object)
Source
from the content-addressed store, hash-verified
116
return
self.node(s, fg(30 + CYAN))
117
118
def
white(self, *s: object) -> colored:
119
return
self.node(s, fg(30 + WHITE))
120
121
def
__repr__(self) -> str:
122
return
repr(self.no_color())
Callers
nothing calls this directly
Calls
2
node
Method · 0.95
fg
Function · 0.85
Tested by
no test coverage detected