Searched refs:python_implementation (Results 1 – 25 of 27) sorted by relevance
12
| /external/python/cpython3/Lib/wsgiref/ |
| D | simple_server.py | 17 from platform import python_implementation 24 sys_version = python_implementation() + "/" + sys.version.split()[0]
|
| /external/python/pyasn1/pyasn1/compat/ |
| D | integer.py | 12 implementation = platform.python_implementation()
|
| /external/python/setuptools/setuptools/command/ |
| D | install.py | 83 if platform.python_implementation() == 'IronPython':
|
| /external/python/setuptools/setuptools/ |
| D | monkey.py | 33 if platform.python_implementation() == "Jython":
|
| /external/brotli/python/ |
| D | bro.py | 30 runtime = platform.python_implementation()
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_develop.py | 164 platform.python_implementation() == 'PyPy' and six.PY3,
|
| /external/python/cpython3/Lib/test/ |
| D | test_wsgiref.py | 15 from platform import python_implementation 122 pyver = (python_implementation() + "/" + 219 py = python_implementation().encode('ascii')
|
| D | pythoninfo.py | 143 platform.python_implementation())
|
| D | test_platform.py | 164 self.assertEqual(platform.python_implementation(), info[0])
|
| /external/python/cpython2/Lib/test/ |
| D | test_platform.py | 141 self.assertEqual(platform.python_implementation(), info[0])
|
| D | pythoninfo.py | 143 platform.python_implementation())
|
| D | regrtest.py | 694 print "==", platform.python_implementation(), \
|
| /external/python/setuptools/setuptools/_vendor/packaging/ |
| D | markers.py | 266 "platform_python_implementation": platform.python_implementation(),
|
| /external/python/setuptools/pkg_resources/_vendor/packaging/ |
| D | markers.py | 266 "platform_python_implementation": platform.python_implementation(),
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
| D | _split_definitions_test.py | 174 @unittest.skipIf(platform.python_implementation() == 'PyPy',
|
| /external/python/apitools/apitools/base/protorpclite/ |
| D | descriptor_test.py | 81 @unittest2.skipIf('PyPy' in platform.python_implementation(),
|
| /external/python/cpython2/Tools/ccbench/ |
| D | ccbench.py | 580 platform.python_implementation(),
|
| /external/python/cpython3/Tools/ccbench/ |
| D | ccbench.py | 582 platform.python_implementation(),
|
| /external/python/cpython3/Lib/test/libregrtest/ |
| D | main.py | 453 print("==", platform.python_implementation(), *sys.version.split())
|
| /external/python/cpython2/Doc/library/ |
| D | platform.rst | 112 .. function:: python_implementation()
|
| /external/python/cpython3/Doc/library/ |
| D | platform.rst | 108 .. function:: python_implementation()
|
| /external/python/cpython3/Lib/ |
| D | platform.py | 1253 def python_implementation(): function
|
| /external/python/cpython2/Lib/ |
| D | platform.py | 1479 def python_implementation(): function
|
| /external/python/cpython2/Lib/test/support/ |
| D | __init__.py | 1512 return guards.get(platform.python_implementation().lower(), default)
|
| /external/python/cpython3/Lib/test/support/ |
| D | __init__.py | 1851 return guards.get(platform.python_implementation().lower(), default)
|
12