Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_events
Method · 0.45
test_disable_events
Method · 0.45
test_clock
Method · 0.45
test_hello
Method · 0.45
test_hello_does_not_send_expired_revoked_items
Method · 0.45
test_conf
Method · 0.45
test_election
Method · 0.45
test_election__no_gossip
Method · 0.45
test_heartbeat
Method · 0.45
test_time_limit
Method · 0.45
test_active_queues
Method · 0.45
test_active_queues__empty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected