MCPcopy
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_reprMethod · 0.80
test_more_unicodeMethod · 0.80
bannerMethod · 0.80
on_stopping_preambleMethod · 0.80
on_still_waiting_forMethod · 0.80
on_node_restartMethod · 0.80

Calls 2

nodeMethod · 0.95
fgFunction · 0.85

Tested by 2

test_reprMethod · 0.64
test_more_unicodeMethod · 0.64