Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation()
/external/python/setuptools/setuptools/command/
Dinstall.py83 if platform.python_implementation() == 'IronPython':
/external/python/setuptools/setuptools/
Dmonkey.py33 if platform.python_implementation() == "Jython":
/external/brotli/python/
Dbro.py30 runtime = platform.python_implementation()
/external/python/setuptools/setuptools/tests/
Dtest_develop.py164 platform.python_implementation() == 'PyPy' and six.PY3,
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py15 from platform import python_implementation
122 pyver = (python_implementation() + "/" +
219 py = python_implementation().encode('ascii')
Dpythoninfo.py143 platform.python_implementation())
Dtest_platform.py164 self.assertEqual(platform.python_implementation(), info[0])
/external/python/cpython2/Lib/test/
Dtest_platform.py141 self.assertEqual(platform.python_implementation(), info[0])
Dpythoninfo.py143 platform.python_implementation())
Dregrtest.py694 print "==", platform.python_implementation(), \
/external/python/setuptools/setuptools/_vendor/packaging/
Dmarkers.py266 "platform_python_implementation": platform.python_implementation(),
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dmarkers.py266 "platform_python_implementation": platform.python_implementation(),
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py174 @unittest.skipIf(platform.python_implementation() == 'PyPy',
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py81 @unittest2.skipIf('PyPy' in platform.python_implementation(),
/external/python/cpython2/Tools/ccbench/
Dccbench.py580 platform.python_implementation(),
/external/python/cpython3/Tools/ccbench/
Dccbench.py582 platform.python_implementation(),
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py453 print("==", platform.python_implementation(), *sys.version.split())
/external/python/cpython2/Doc/library/
Dplatform.rst112 .. function:: python_implementation()
/external/python/cpython3/Doc/library/
Dplatform.rst108 .. function:: python_implementation()
/external/python/cpython3/Lib/
Dplatform.py1253 def python_implementation(): function
/external/python/cpython2/Lib/
Dplatform.py1479 def python_implementation(): function
/external/python/cpython2/Lib/test/support/
D__init__.py1512 return guards.get(platform.python_implementation().lower(), default)
/external/python/cpython3/Lib/test/support/
D__init__.py1851 return guards.get(platform.python_implementation().lower(), default)

12