ID EN
OS

confstr_names

Python 3.11

Dictionary mapping names accepted by confstr() 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.confstr_names

See Also

confstr() Availability