MCPcopy
hub / github.com/celery/celery / error

Method error

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

Source from the content-addressed store, hash-verified

73 click.echo(message, **kwargs)
74
75 def error(self, message=None, **kwargs):
76 kwargs['err'] = True
77 if self.no_color:
78 kwargs['color'] = False
79 click.echo(message, **kwargs)
80 else:
81 click.secho(message, **kwargs)
82
83 def pretty(self, n):
84 if isinstance(n, list):

Callers 15

firstMethod · 0.45
seMethod · 0.45
test_start__loopMethod · 0.45
test_redirect_stdoutsMethod · 0.45
test_selectMethod · 0.45
se2Method · 0.45
runMethod · 0.45

Calls 2

echoMethod · 0.80
sechoMethod · 0.80

Tested by 11

firstMethod · 0.36
seMethod · 0.36
test_start__loopMethod · 0.36
test_redirect_stdoutsMethod · 0.36
test_selectMethod · 0.36
se2Method · 0.36