Home
last modified time | relevance | path

Searched defs:_config_vars (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
D_osx_support.py136 def _remove_original_values(_config_vars): argument
143 def _save_modified_value(_config_vars, cv, newvalue): argument
198 def _find_appropriate_compiler(_config_vars): argument
260 def _remove_universal_flags(_config_vars): argument
274 def _remove_unsupported_archs(_config_vars): argument
314 def _override_all_archs(_config_vars): argument
331 def _check_for_unavailable_sdk(_config_vars): argument
438 def customize_config_vars(_config_vars): argument
479 def customize_compiler(_config_vars): argument
499 def get_platform_osx(_config_vars, osname, release, machine): argument
/third_party/python/Lib/distutils/
Dsysconfig.py53 _config_vars = get_config_vars() variable