labscript_utils.labconfig.EnvInterpolation

class labscript_utils.labconfig.EnvInterpolation[source]

Bases: BasicInterpolation

Interpolation which expands environment variables in values, by post-filtering BasicInterpolation.before_get()

__init__()

Methods

__init__()

before_get(*args)

before_read(parser, section, option, value)

before_set(parser, section, option, value)

before_write(parser, section, option, value)

before_get(*args)[source]