Searched refs:python_implementation (Results 1 – 13 of 13) sorted by relevance
17 from platform import python_implementation24 sys_version = python_implementation() + "/" + sys.version.split()[0]
30 runtime = platform.python_implementation()
16 from platform import python_implementation108 pyver = (python_implementation() + "/" +205 py = python_implementation().encode('ascii')
201 self.assertEqual(platform.python_implementation(), info[0])
158 platform.python_implementation())
187 "platform_python_implementation": platform.python_implementation(),
140 implementation = platform.python_implementation()
577 platform.python_implementation(),
113 .. function:: python_implementation()
1106 def python_implementation(): function
518 print("==", platform.python_implementation(), *sys.version.split())
1384 from platform import python_implementation1385 if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
6613 + self.assertEqual(platform.python_implementation(), "CPython")