0 votes
in Celery by
Consider the following.

<<< from celery import Celery

<<< app = Celery()

What does app have?

a) Memory address of the object

b) Name of the current main module

c) Name of the app class

d) All the options

1 Answer

0 votes
by

a) Memory address of the object

Related questions

0 votes
asked Jun 19, 2022 in Celery by john ganales
0 votes
asked Jun 19, 2022 in Celery by john ganales
...