MCPcopy
hub / github.com/celery/celery / black

Method black

celery/utils/term.py:97–98  ·  view source on GitHub ↗
(self, *s: object)

Source from the content-addressed store, hash-verified

95 return self.__class__(enabled=self.enabled, op=op, *s)
96
97 def black(self, *s: object) -> colored:
98 return self.node(s, fg(30 + BLACK))
99
100 def red(self, *s: object) -> colored:
101 return self.node(s, fg(30 + RED))

Callers

nothing calls this directly

Calls 2

nodeMethod · 0.95
fgFunction · 0.85

Tested by

no test coverage detected