5:1
%ˆ
ƒnµÈÅÉ
%
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/memory/memory165/node0/memory5
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/memory/memory165/node0/memory5
: 'ˆl–Ým_JJh¥ ² ¸È®41hßÇ
ƒu¶ßÂa–äY>” TËm
q@³p
ÜmÕ1hßË ‡ ':mod:`sysconfig` --- Provide access to Python's configuration information
=========================================================================
.. module:: sysconfig
:synopsis: Python's configuration information
.. moduleauthor:: Tarek Ziade
.. sectionauthor:: Tarek Ziade
.. index::
single: configuration information
.. versionadded:: 2.7
**Source code:** :source:`Lib/sysconfig.py`
--------------
The :mod:`sysconfig` module provides access to Python's configuration
information like the list of installation paths and the configuration variables
relevant for the current platform.
Configuration variables
-----------------------
A Python distribution contains a :file:`Makefile` and a :file:`pyconfig.h`
header file that are necessary to build both the Python binary itself and
third-party C extensions compiled using :mod:`distutils`.
:mod:`sysconfig` puts all variables found in these files in a dictionary that
can be accessed using :func:`get_config_vars` or :func:`get_config_var`.
Notice that on Windows, it's a much smaller set.
.. function:: get_config_vars(\*args)
With no arguments, return a dictionary of all configuration variables
relevant for the current platform.
With arguments, return a list of values that result from looking up each
argument in the configuration variable dictionary.
For each argument, if the value is