Searched refs:get_paths (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | sysconfig.py | 14 'get_paths', 67 # returned by sysconfig.get_default_scheme/get_paths is correct for 609 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): function 626 return get_paths(scheme, vars, expand)[name] 845 _print_dict('Paths', get_paths())
|
/third_party/benchmark/ |
H A D | setup.py | 26 Path(sysconfig.get_paths()['include']).as_posix(),
|
/third_party/python/Lib/test/ |
H A D | test_sysconfig.py | 17 from sysconfig import (get_paths, get_platform, get_config_vars, namespace 98 scheme = get_paths()
|
Completed in 5 milliseconds