MCPcopy
hub / github.com/celery/celery / style

Method style

celery/bin/base.py:55–59  ·  view source on GitHub ↗
(self, message=None, **kwargs)

Source from the content-addressed store, hash-verified

53 return self.style("ERROR", fg="red", bold=True)
54
55 def style(self, message=None, **kwargs):
56 if self.no_color:
57 return message
58 else:
59 return click.style(message, **kwargs)
60
61 def secho(self, message=None, **kwargs):
62 if self.no_color:

Callers 7

OKMethod · 0.95
ERRORMethod · 0.95
pretty_listMethod · 0.95
say_chatMethod · 0.95
celery.pyFile · 0.80
purgeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected