MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_path

Function get_path

tools/python-3.11.9-amd64/Lib/sysconfig.py:621–626  ·  view source on GitHub ↗

Return a path corresponding to the scheme. ``scheme`` is the install scheme name.

(name, scheme=get_default_scheme(), vars=None, expand=True)

Source from the content-addressed store, hash-verified

619
620
621def get_path(name, scheme=get_default_scheme(), vars=None, expand=True):
622 """Return a path corresponding to the scheme.
623
624 ``scheme`` is the install scheme name.
625 """
626 return get_paths(scheme, vars, expand)[name]
627
628
629def get_config_vars(*args):

Callers 6

get_site_dirsFunction · 0.90
_get_purelibFunction · 0.90
get_makefile_filenameFunction · 0.85
_init_non_posixFunction · 0.85
get_config_h_filenameFunction · 0.85
whereFunction · 0.85

Calls 2

get_default_schemeFunction · 0.85
get_pathsFunction · 0.85

Tested by

no test coverage detected