pydoc > sysconfig

📘 NAME

sysconfig — Access to Python's configuration information.

🚀 Quick Reference

Use CaseCommandDescription
Get a specific config variablesysconfig.get_config_var('LIBDIR')Retrieve the value of one variable from the configuration dictionary
Get all config variablessysconfig.get_config_vars()Return a dictionary of all platform‑relevant configuration variables
Get an install‑scheme pathsysconfig.get_path('stdlib')Return the filesystem path for a named scheme (e.g., 'stdlib', 'platlib')
Identify the current platformsysconfig.get_platform()Return a string like linux‑x86_64 or win‑amd64
Python version stringsysconfig.get_python_version()Return the Python version number
Locate pyconfig.hsysconfig.get_config_h_filename()Return the full path of the generated pyconfig.h header

🔗 MODULE REFERENCE

https://docs.python.org/3.10/library/sysconfig.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

🔧 FUNCTIONS

📊 DATA

__all__ = ['get_config_h_filename', 'get_config_var', 'get_config_vars', ...]

📁 FILE

/usr/lib/python3.10/sysconfig.py

sysconfig
📘 NAME 🚀 Quick Reference 🔗 MODULE REFERENCE 🔧 FUNCTIONS 📊 DATA 📁 FILE

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 16:16 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^