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

Method create_subscription

api/organisations/models.py:159–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157
158 @hook(AFTER_CREATE)
159 def create_subscription(self): # type: ignore[no-untyped-def]
160 Subscription.objects.create(organisation=self)
161
162 @hook(AFTER_CREATE)
163 def create_subscription_cache(self): # type: ignore[no-untyped-def]

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected