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

Method get_unique_slug

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

Source from the content-addressed store, hash-verified

98
99 # noinspection PyTypeChecker
100 def get_unique_slug(self): # type: ignore[no-untyped-def]
101 return str(self.id) + "-" + self.name
102
103 @property
104 def num_seats(self) -> int:

Callers 3

track_request_influxdbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected