Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ OrganisationModel
Class
OrganisationModel
api/util/engine_models/organisations/models.py:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
class
OrganisationModel(BaseModel):
5
id: int
6
name: str
7
feature_analytics: bool = False
8
stop_serving_flags: bool = False
9
persist_trait_data: bool = True
Callers
2
test_map_environment_to_engine__multiple_segments_and_versions__returns_expected_model
Function · 0.90
map_environment_to_engine
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_map_environment_to_engine__multiple_segments_and_versions__returns_expected_model
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…