Home
last modified time | relevance | path

Searched defs:libc_ver (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dplatform.py161 def libc_ver(executable=None, lib='', version='', chunksize=16384): function
/external/python/cpython3/Lib/test/
Dtest_strptime.py17 libc_ver = platform.libc_ver() variable