MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / addons

Method addons

api/organisations/chargebee/cache.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25 @property
26 def addons(self) -> Dict[str, ChargebeeObjMetadata]:
27 return self._get_items()["addons"] # type: ignore[no-any-return]
28
29 def _get_items(self) -> dict: # type: ignore[type-arg]
30 chargebee_items = self._cache.get(CHARGEBEE_CACHE_KEY)

Callers

nothing calls this directly

Calls 1

_get_itemsMethod · 0.95

Tested by

no test coverage detected