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

Method plans

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

Source from the content-addressed store, hash-verified

20
21 @property
22 def plans(self) -> Dict[str, ChargebeeObjMetadata]:
23 return self._get_items()["plans"] # type: ignore[no-any-return]
24
25 @property
26 def addons(self) -> Dict[str, ChargebeeObjMetadata]:

Callers

nothing calls this directly

Calls 1

_get_itemsMethod · 0.95

Tested by

no test coverage detected