msl.io.constants module

Constants used by MSL-IO.

msl.io.constants.HOME_DIR = '/home/docs/.msl/io'

The default directory where all files that are used by MSL-IO are located.

Can be overwritten by specifying a MSL_IO_HOME environment variable.

Type:

str

msl.io.constants.IS_PYTHON2 = False

Whether Python 2 is being used.

Type:

bool

msl.io.constants.IS_PYTHON3 = True

Whether Python 3 is being used.

Type:

bool