Home
last modified time | relevance | path

Searched refs:get_path_names (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_sysconfig.py16 get_path, get_path_names, _INSTALL_SCHEMES,
93 self.assertEqual(get_path_names(), sysconfig._SCHEME_KEYS)
/third_party/python/Doc/library/
Dsysconfig.rst149 .. function:: get_path_names()
160 *name* has to be a value from the list returned by :func:`get_path_names`.
/third_party/python/Lib/
Dsysconfig.py550 def get_path_names(): function