Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sysconfig.py14 get_path, get_path_names, _INSTALL_SCHEMES,
87 self.assertEqual(get_path_names(), sysconfig._SCHEME_KEYS)
/external/python/cpython2/Doc/library/
Dsysconfig.rst110 .. function:: get_path_names()
121 *name* has to be a value from the list returned by :func:`get_path_names`.
/external/python/cpython2/Lib/
Dsysconfig.py421 def get_path_names(): function