MCPcopy
hub / github.com/celery/celery / ok

Method ok

celery/bin/multi.py:188–190  ·  view source on GitHub ↗
(self, m, newline=True, file=None)

Source from the content-addressed store, hash-verified

186 self.no_color = no_color
187
188 def ok(self, m, newline=True, file=None):
189 self.say(m, newline=newline, file=file)
190 return EX_OK
191
192 def say(self, m, newline=True, file=None):
193 print(m, file=file or self.stdout, end='\n' if newline else '')

Callers 3

getMethod · 0.80
showMethod · 0.80
expandMethod · 0.80

Calls 1

sayMethod · 0.95

Tested by

no test coverage detected