ID EN
OS

sysconf_names

Python 3.11

Dictionary mapping names accepted by sysconf() to the integer values defined for those names by the host operating system. This can be used to determine the set of names known to the system.

Syntax

PYTHON
os.sysconf_names

See Also

sysconf() Availability