MCPcopy
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):

Calls 1

__class__Method · 0.80