Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ format
Method
format
celery/bin/logtool.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
33
@property
34
def
format(self):
35
return
'\n'
.join(
'{}: {}'
.format(*i)
for
i in self)
36
37
38
def
task_info(line):
Callers
15
on_chord_part_return
Method · 0.45
__init__
Method · 0.45
on_chord_part_return
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_get_or_create_table
Method · 0.45
_validate_ttl_methods
Method · 0.45
_get_table_ttl_description
Method · 0.45
_set_table_ttl
Method · 0.45
_wait_for_table_status
Method · 0.45
_set_with_state
Method · 0.45
__init__
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected