environment
dev_tool.tools.environment
log = logging.getLogger(__name__)
module-attribute
EnvironmentVariables
A class for managing environment variables.
This class provides static methods for interacting with system environment variables.
get_environment_variables_from_registry
staticmethod
A method that retrieves environment variables from the Windows registry.
Parameters:
-
root(int) –The registry root key.
Returns:
Source code in dev_tool/tools/environment.py
refresh_environment
staticmethod
A method that refreshes the environment variables from the Windows registry.
Returns: