Searched refs:win32_ver (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Tools/unicode/ |
D | genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/external/python/cpython3/Tools/unicode/ |
D | genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/external/python/cpython3/Lib/ |
D | platform.py | 361 def win32_ver(release='', version='', csd='', ptype=''): function 841 release, version, csd, ptype = win32_ver() 1212 rel, vers, csd, ptype = win32_ver(version)
|
/external/python/cpython2/Lib/ |
D | platform.py | 656 def win32_ver(release='', version='', csd='', ptype=''): function 1191 release,version,csd,ptype = win32_ver() 1593 rel,vers,csd,ptype = win32_ver(version)
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 186 res = platform.win32_ver()
|
D | test_ssl.py | 3155 'Windows': platform.win32_ver,
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 218 res = platform.win32_ver()
|
D | test_ssl.py | 4718 'Windows': platform.win32_ver,
|
/external/python/asn1crypto/dev/ |
D | coverage.py | 379 return 'Windows %s' % _plat.win32_ver()[0]
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 200 .. function:: win32_ver(release='', version='', csd='', ptype='')
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 197 .. function:: win32_ver(release='', version='', csd='', ptype='')
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a2.rst | 383 Enhanced platform.win32_ver() to also work on Python installation which do
|
D | 2.7.13rc1.rst | 999 Prevent memory leak in win32_ver().
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 501 Prevent memory leak in win32_ver().
|
D | 3.9.0b1.rst | 473 :func:`platform.win32_ver` now produces correct *ptype* strings instead of
|
D | 3.5.3rc1.rst | 822 Prevent memory leak in win32_ver().
|
D | 3.7.0a1.rst | 4494 Prevent memory leak in win32_ver().
|
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
D | core_test.py | 546 if any(platform.win32_ver()):
|