MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / flush

Method flush

apps/ops/celery/logger.py:208–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 f.flush()
207
208 def flush(self):
209 for f in self.thread_id_fd_mapper.values():
210 f.flush()
211
212 def handle_task_start(self, task_id):
213 maxkb_logger.debug('handle_task_start')

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected