:py:mod:`decorators` ==================== .. py:module:: conda.common.decorators .. autoapi-nested-parse:: Common decorators. Functions --------- .. autoapisummary:: conda.common.decorators.env_override .. py:function:: env_override(envvar_name, convert_empty_to_none=False) Override the return value of the decorated function with an environment variable. If convert_empty_to_none is true, if the value of the environment variable is the empty string, a None value will be returned.