Home
last modified time | relevance | path

Searched refs:win32_ver (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Tools/unicode/
Dgenwincodec.py54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
/external/python/cpython3/Tools/unicode/
Dgenwincodec.py54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
/external/python/cpython3/Lib/
Dplatform.py361 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/
Dplatform.py656 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/
Dtest_platform.py186 res = platform.win32_ver()
Dtest_ssl.py3155 'Windows': platform.win32_ver,
/external/python/cpython3/Lib/test/
Dtest_platform.py218 res = platform.win32_ver()
Dtest_ssl.py4718 'Windows': platform.win32_ver,
/external/python/asn1crypto/dev/
Dcoverage.py379 return 'Windows %s' % _plat.win32_ver()[0]
/external/python/cpython3/Doc/library/
Dplatform.rst200 .. function:: win32_ver(release='', version='', csd='', ptype='')
/external/python/cpython2/Doc/library/
Dplatform.rst197 .. function:: win32_ver(release='', version='', csd='', ptype='')
/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst383 Enhanced platform.win32_ver() to also work on Python installation which do
D2.7.13rc1.rst999 Prevent memory leak in win32_ver().
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst501 Prevent memory leak in win32_ver().
D3.9.0b1.rst473 :func:`platform.win32_ver` now produces correct *ptype* strings instead of
D3.5.3rc1.rst822 Prevent memory leak in win32_ver().
D3.7.0a1.rst4494 Prevent memory leak in win32_ver().
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dcore_test.py546 if any(platform.win32_ver()):