Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ copy
Method
copy
celery/utils/collections.py:317–319 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
315
return
cls(dict.fromkeys(iterable, *args))
316
317
def
copy(self):
318
# type: () -> 'ChainMap'
319
return
self.__class__(self.maps[0].copy(), *self.maps[1:])
320
__copy__ = copy
# Py2
321
322
def
_iter(self, op):
Callers
15
before_task_publish_handler
Method · 0.80
get_request
Method · 0.80
test_store_errors_request_overrides_task_ignore_result
Method · 0.80
test_ignore_result_from_request_none
Method · 0.80
test_on_event_task_received
Function · 0.80
test_on_event_non_task
Function · 0.80
test_chord_clone_kwargs
Method · 0.80
test_del
Method · 0.80
test_forget_remove_pending_result
Method · 0.80
default_rabbitmq_broker_ports
Function · 0.80
on_signature
Method · 0.80
on_callback
Method · 0.80
Calls
1
__class__
Method · 0.80
Tested by
13
before_task_publish_handler
Method · 0.64
get_request
Method · 0.64
test_store_errors_request_overrides_task_ignore_result
Method · 0.64
test_ignore_result_from_request_none
Method · 0.64
test_on_event_task_received
Function · 0.64
test_on_event_non_task
Function · 0.64
test_chord_clone_kwargs
Method · 0.64
test_del
Method · 0.64
test_forget_remove_pending_result
Method · 0.64
default_rabbitmq_broker_ports
Function · 0.64
on_signature
Method · 0.64
on_callback
Method · 0.64