MCPcopy
hub / github.com/celery/celery / flush

Method flush

celery/utils/log.py:248–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 self.write(part)
247
248 def flush(self):
249 # This object is not buffered so any :meth:`flush`
250 # requests are ignored.
251 pass
252
253 def close(self):
254 # when the object is closed, no write requests are

Callers 12

test_logging_proxyMethod · 0.95
write_pidMethod · 0.45
runMethod · 0.45
runMethod · 0.45
task_readyFunction · 0.45
startMethod · 0.45
on_closeMethod · 0.45
_flush_eventsMethod · 0.45
_store_resultMethod · 0.45
_save_groupMethod · 0.45
_delete_groupMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_logging_proxyMethod · 0.76