MCPcopy
hub / github.com/celery/celery / now

Method now

t/unit/tasks/test_tasks.py:858–859  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

856class test_tasks(TasksCase):
857
858 def now(self):
859 return self.app.now()
860
861 def test_typing(self):
862 @self.app.task()

Callers 15

test_regular_taskMethod · 0.95
gen_certificateMethod · 0.45
test_scheduledMethod · 0.45
test_expiredMethod · 0.45
test_etaMethod · 0.45
test_has_expired_mockMethod · 0.45
test_daylightMethod · 0.45
test_remainingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected