MCPcopy
hub / github.com/celery/celery / handle

Method handle

t/unit/app/test_log.py:355–356  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

353 super().__init__(*args, **kwargs)
354
355 def handle(self, record):
356 self._records.append(record)
357
358 def isEnabledFor(self, level):
359 return True

Callers 15

test_enable_eventsMethod · 0.45
test_disable_eventsMethod · 0.45
test_clockMethod · 0.45
test_helloMethod · 0.45
test_confMethod · 0.45
test_electionMethod · 0.45
test_heartbeatMethod · 0.45
test_time_limitMethod · 0.45
test_active_queuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected