Feature flag decorator
You can implement the feature flag decorator by calling it like
@requires_feature_access("FEATURE_TEAM_VIEWS") def method: ...
Edited by Michael Jones
UNCLASSIFIED - NO CUI
ATTENTION: Immediate action is required to maintain compatibility with P1 services. Please visit https://p1notifications.dso.mil and see the "DSO.MIL Certificates Renewal" announcement under the "Notifications" section for more details.
You can implement the feature flag decorator by calling it like
@requires_feature_access("FEATURE_TEAM_VIEWS") def method: ...
UNCLASSIFIED - NO CUI