Home
last modified time | relevance | path

Searched refs:PLAT_SPEC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/includes/
Dtest.py207 PLAT_SPEC = "%s-%s" % (get_platform(), sys.version[0:3]) variable
208 src = os.path.join("build", "lib.%s" % PLAT_SPEC)
/external/python/cpython3/Doc/includes/
Dtest.py193 PLAT_SPEC = "%s-%d.%d" % (get_platform(), *sys.version_info[:2]) variable
194 src = os.path.join("build", "lib.%s" % PLAT_SPEC)