GDB (xrefs)
|
Go to the source code of this file.
Namespaces | |
namespace | python-config |
Functions | |
python-config.exit_with_usage (code=1) | |
python-config.to_unix_path (path) | |
Variables | |
list | python-config.valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] |
python-config.opts | |
python-config.args | |
python-config.pyver = sysconfig.get_config_var("VERSION") | |
python-config.getvar = sysconfig.get_config_var | |
python-config.abiflags = getattr(sys, "abiflags", "") | |
list | python-config.opt_flags = [flag for (flag, val) in opts] |
python-config.code | |
list | python-config.flags |
list | python-config.libs = ["-lpython" + pyver + abiflags] |