MCPcopy
hub / github.com/celery/celery / _register_app

Function _register_app

celery/_state.py:145–146  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

143
144
145def _register_app(app):
146 _apps.add(app)
147
148
149def _deregister_app(app):

Callers 1

__init__Method · 0.90

Calls 1

addMethod · 0.45

Tested by

no test coverage detected