Lines Matching defs:sysconfig
6 import sysconfig
13 from distutils.sysconfig import get_config_vars
27 # sysconfig._INSTALL_SCHEMES, and to SCHEME_KEYS here.
31 # while making the sysconfig module the single point of truth.
35 # of this information should switch to using sysconfig directly.
38 # Copy from sysconfig._INSTALL_SCHEMES
44 sys_scheme = sysconfig._INSTALL_SCHEMES[sys_scheme_name]
69 # than the one in sysconfig, but because both depend on the site module,
326 if sysconfig.is_python_build(True):
327 self.config_vars['srcdir'] = sysconfig.get_config_var('srcdir')