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

 NameLast modifiedSizeDescription

 Parent Directory   -  
 end_phys_index 2026-07-01 15:46 4.0K 
 node0/ 2026-06-30 16:43 -  
 online 2026-07-01 15:16 4.0K 
 phys_device 2026-07-01 15:46 4.0K 
 phys_index 2026-07-01 15:46 4.0K 
 power/ 2026-06-30 16:43 -  
 removable 2026-07-01 15:46 4.0K 
 state 2026-06-30 16:43 4.0K 
 subsystem/ 2026-06-30 16:43 -  
 uevent 2026-06-30 16:43 4.0K 

:'ˆ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