Skip to main content

Mojo module

env

Provides functions for working with environment variables.

You can import these APIs from the os package. For example:

from os import setenv

Functions​

Was this page helpful?