/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/feature_management
class FeatureManagementError(Exception): """Base exception for feature management""" class FeatureDisabledError(FeatureManagementError): """Feature is disabled for user""" class UserArgumentNotFound(FeatureManagementError): """Method/function lack the parameter which contains user name"""
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
checkers.py
Edit
constants.py
Edit
control.py
Edit
exceptions.py
Edit
hooks.py
Edit
lookup.py
Edit
model.py
Edit
plugins
Edit
rpc
Edit
utils.py
Edit