Searched refs:_SCHEME_KEYS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dsysconfig.py87 _SCHEME_KEYS = ('stdlib', 'platstdlib', 'purelib', 'platlib', 'include', variable
423 return _SCHEME_KEYS
/external/python/cpython2/Lib/test/
H A Dtest_sysconfig.py87 self.assertEqual(get_path_names(), sysconfig._SCHEME_KEYS)

Completed in 57 milliseconds