Searched refs:python_implementation (Results 1 – 25 of 90) sorted by relevance
1234
3 from platform import python_implementation7 cpython_only = pytest.mark.skipif(python_implementation() != "CPython", reason="CPython only.")
44 python_implementation != "PyPy"46 python_implementation != "PyPy"48 python_implementation != "PyPy"
17 from platform import python_implementation24 sys_version = python_implementation() + "/" + sys.version.split()[0]
126 platform.python_implementation() == 'PyPy',170 platform.python_implementation() == 'PyPy',
208 impl = _plat.python_implementation()235 impl = _plat.python_implementation()249 payload += 'PYTHON_VERSION=%s %s\n' % (_plat.python_version(), _plat.python_implementation())
16 from platform import python_implementation108 pyver = (python_implementation() + "/" +205 py = python_implementation().encode('ascii')
23 if platform.python_implementation() == "PyPy":
70 is_pypy = platform.python_implementation() == 'PyPy'
57 elif platform.python_implementation() not in {"PyPy", "Jython"}:
42 implementation = platform.python_implementation()
12 implementation = platform.python_implementation()
52 platform.python_implementation(),
90 if platform.python_implementation() == 'IronPython':