Searched refs:libc_ver (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst | 1 Fixed implementation of :func:`platform.libc_ver`. It almost always returned
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 256 res = platform.libc_ver(executable) 262 self.assertEqual(platform.libc_ver(support.TESTFN),
|
/external/python/setuptools/setuptools/ |
D | glibc.py | 76 def libc_ver(): function
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 285 res = platform.libc_ver(executable) 291 self.assertEqual(platform.libc_ver(support.TESTFN),
|
D | test_time.py | 444 @unittest.skipUnless(platform.libc_ver()[0] != 'glibc',
|
/external/python/cpython3/Lib/ |
D | platform.py | 176 def libc_ver(executable=sys.executable, lib='', version='', chunksize=16384): function 1390 libcname, libcversion = libc_ver(sys.executable)
|
/external/python/cpython2/Lib/ |
D | platform.py | 172 def libc_ver(executable=sys.executable,lib='',version='', chunksize=2048): function 1608 libcname,libcversion = libc_ver(sys.executable)
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 273 .. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=16384)
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 279 .. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=2048)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.1rc1.rst | 889 Fixed implementation of :func:`platform.libc_ver`. It almost always returned
|