Lines Matching refs:get
174 platlibdir = config.get('platlibdir') or PLATLIBDIR
219 program_name = config.get('program_name')
220 home = config.get('home')
221 executable = config.get('executable')
222 base_executable = config.get('base_executable')
223 prefix = config.get('prefix')
224 exec_prefix = config.get('exec_prefix')
225 base_prefix = config.get('base_prefix')
226 base_exec_prefix = config.get('base_exec_prefix')
228 use_environment = config.get('use_environment', 1)
230 pythonpath = config.get('module_search_paths')
231 pythonpath_was_set = config.get('module_search_paths_set')
245 program_name = config.get('orig_argv', [])[0]
416 # Otherwise users who specify a fake executable may get spurious warnings.
484 or config.get('_is_python_build', 0) > 0):
694 # Paths from the core key get appended last, but only
746 prefix = config.get('prefix') or PREFIX
747 exec_prefix = config.get('exec_prefix') or EXEC_PREFIX or prefix