MCPcopy
hub / github.com/celery/celery / __repr__

Method __repr__

celery/utils/threads.py:300–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

298 release_local(local)
299
300 def __repr__(self):
301 return '<{} storages: {}>'.format(
302 self.__class__.__name__, len(self.locals))
303
304
305class _FastLocalStack(threading.local):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected