MCPcopy
hub / github.com/celery/celery / start

Method start

celery/utils/timer2.py:40–44  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

38
39 if TIMER_DEBUG: # pragma: no cover
40 def start(self, *args: Any, **kwargs: Any) -> None:
41 import traceback
42 print('- Timer starting')
43 traceback.print_stack()
44 super().start(*args, **kwargs)
45
46 def __init__(self, schedule: Optional[Schedule] = None,
47 on_error: Optional[Callable[[Exception], None]] = None,

Callers 1

ensure_startedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected