Home
last modified time | relevance | path

Searched refs:python_implementation (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/third_party/skia/third_party/externals/brotli/python/
Dbro.py30 runtime = platform.python_implementation()
/third_party/python/Lib/test/
Dtest_wsgiref.py17 from platform import python_implementation
124 pyver = (python_implementation() + "/" +
221 py = python_implementation().encode('ascii')
Dtest_platform.py200 self.assertEqual(platform.python_implementation(), info[0])
Dpythoninfo.py145 platform.python_implementation())
/third_party/PyYAML/
Dsetup.py140 implementation = platform.python_implementation()
/third_party/python/Tools/ccbench/
Dccbench.py577 platform.python_implementation(),
/third_party/python/Lib/
Dplatform.py1093 def python_implementation(): function
/third_party/python/Doc/library/
Dplatform.rst113 .. function:: python_implementation()
/third_party/python/Lib/test/libregrtest/
Dmain.py476 print("==", platform.python_implementation(), *sys.version.split())
/third_party/libevdev/
Daclocal.m41384 from platform import python_implementation
1385 if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch10999 + self.assertEqual(platform.python_implementation(), "CPython")
/third_party/chromium/patch/
D0001-cve.patch97155 + from platform import python_implementation
97156 + if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':