Lines Matching defs:get_config_vars
10 'get_config_vars',
265 _extend_dict(vars, get_config_vars())
495 # get_config_vars() is called by get_platform() as part of the
498 # get_config_vars() eventually calls _init_posix(), which attempts
629 def get_config_vars(*args):
711 'get_config_vars()'.
713 Equivalent to get_config_vars().get(name)
715 return get_config_vars().get(name)
793 get_config_vars(),
847 _print_dict('Variables', get_config_vars())