endurox.tuxgetenv¶
- endurox.tuxgetenv(envname: str) str ¶
Get environment variable. This function directly uses libc getenv() function (i.e. avoids Python env variable cache). Use this function to access any [@global] settings applied from Enduro/X ini config.
For more details see tuxgetenv(3) C API call.