Environment Variables

Environment variables used or created throughout psimulate.

class vivarium_cluster_tools.psimulate.environment.EnvVariable(name, finder=<function EnvVariable.<lambda>>)[source]

Convenience wrapper around an environment variable.

Parameters:
property name: str
property value: str
update(value)[source]
Parameters:

value (str) –

Return type:

None