Home
last modified time | relevance | path

Searched refs:get_paths (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsysconfig.py555 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): function
572 return get_paths(scheme, vars, expand)[name]
797 _print_dict('Paths', get_paths())
/third_party/python/Doc/library/
Dsysconfig.rst129 such as :func:`get_paths`.
183 .. function:: get_paths([scheme, [vars, [expand]]])
196 If *scheme* is not an existing scheme, :func:`get_paths` will raise a
/third_party/python/Lib/test/
Dtest_sysconfig.py15 from sysconfig import (get_paths, get_platform, get_config_vars,
96 scheme = get_paths()
/third_party/python/Doc/whatsnew/
D3.2.rst2061 * :func:`~sysconfig.get_paths` makes a dictionary containing installation paths