Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __iter__
Method
__iter__
celery/beat.py:165–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
return
self.schedule.is_due(self.last_run_at)
164
165
def
__iter__(self):
166
return
iter(vars(self).items())
167
168
def
__repr__(self):
169
return
'<{name}: {0.name} {call} {0.schedule}'
.format(
Callers
nothing calls this directly
Calls
1
items
Method · 0.45
Tested by
no test coverage detected