MCPcopy
hub / github.com/celery/celery / echo

Method echo

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

Source from the content-addressed store, hash-verified

66 click.secho(message, **kwargs)
67
68 def echo(self, message=None, **kwargs):
69 if self.no_color:
70 kwargs['color'] = False
71 click.echo(message, **kwargs)
72 else:
73 click.echo(message, **kwargs)
74
75 def error(self, message=None, **kwargs):
76 kwargs['err'] = True

Callers 15

say_chatMethod · 0.95
readlineMethod · 0.80
resetscreenMethod · 0.80
fmtFunction · 0.80
celeryFunction · 0.80
reportFunction · 0.80
callbackFunction · 0.80
statusFunction · 0.80
inspectFunction · 0.80
controlFunction · 0.80
sechoMethod · 0.80
errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected