Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D_osx_support.py113 def _remove_original_values(_config_vars): argument
120 def _save_modified_value(_config_vars, cv, newvalue): argument
144 def _find_appropriate_compiler(_config_vars): argument
206 def _remove_universal_flags(_config_vars): argument
220 def _remove_unsupported_archs(_config_vars): argument
260 def _override_all_archs(_config_vars): argument
277 def _check_for_unavailable_sdk(_config_vars): argument
368 def customize_config_vars(_config_vars): argument
409 def customize_compiler(_config_vars): argument
429 def get_platform_osx(_config_vars, osname, release, machine): argument
/external/python/cpython2/Lib/distutils/
Dsysconfig.py393 _config_vars = None variable