Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_proxy
Method · 0.95
test_logging_proxy_bytes
Method · 0.95
write_pid
Method · 0.45
run
Method · 0.45
run
Method · 0.45
task_ready
Function · 0.45
start
Method · 0.45
on_close
Method · 0.45
_flush_events
Method · 0.45
_store_result
Method · 0.45
_save_group
Method · 0.45
_delete_group
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_logging_proxy
Method · 0.76
test_logging_proxy_bytes
Method · 0.76