MCPcopy
hub / github.com/celery/celery / __init__

Method __init__

celery/security/certificate.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 """Base class for certificate stores."""
78
79 def __init__(self) -> None:
80 self._certs: dict[str, Certificate] = {}
81
82 def itercerts(self) -> Iterator[Certificate]:
83 """Return certificate iterator."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected