MCPcopy
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_unicodeMethod · 0.80
test_more_unicodeMethod · 0.80
OKMethod · 0.80

Calls 2

nodeMethod · 0.95
fgFunction · 0.85

Tested by 2

test_unicodeMethod · 0.64
test_more_unicodeMethod · 0.64