HomeSort by relevance Sort by last modified time
    Searched full:python_implementation (Results 1 - 25 of 42) sorted by null

1 2

  /external/python/cpython3/Lib/wsgiref/
simple_server.py 17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
112 self.assertEqual(platform.python_implementation(), info[0])
regrtest.py 425 print "==", platform.python_implementation(), \
    [all...]
test_support.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
112 self.assertEqual(platform.python_implementation(), info[0])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
112 self.assertEqual(platform.python_implementation(), info[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
112 self.assertEqual(platform.python_implementation(), info[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
112 self.assertEqual(platform.python_implementation(), info[0])
  /external/python/cpython2/Lib/test/
test_platform.py 94 # Tests for python_implementation(), python_version(), python_branch(),
141 self.assertEqual(platform.python_implementation(), info[0])
  /external/brotli/python/
bro.py 30 runtime = platform.python_implementation()
  /external/python/cpython3/Lib/test/
test_platform.py 111 # Tests for python_implementation(), python_version(), python_branch(),
158 self.assertEqual(platform.python_implementation(), info[0])
test_wsgiref.py 15 from platform import python_implementation
121 pyver = (python_implementation() + "/" +
218 py = python_implementation().encode('ascii')
  /external/python/cpython2/Doc/library/
platform.rst 112 .. function:: python_implementation()
  /external/python/cpython3/Doc/library/
platform.rst 108 .. function:: python_implementation()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 580 platform.python_implementation(),
  /external/python/cpython2/Tools/ccbench/
ccbench.py 580 platform.python_implementation(),
  /external/python/cpython3/Tools/ccbench/
ccbench.py 582 platform.python_implementation(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 124 'implementation': getattr(platform, 'python_implementation',
842 getattr(platform, 'python_implementation', lambda:'Python')(),
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 124 'implementation': getattr(platform, 'python_implementation',
842 getattr(platform, 'python_implementation', lambda:'Python')(),
  /external/python/cpython3/Tools/pybench/
pybench.py 132 'implementation': getattr(platform, 'python_implementation',
846 getattr(platform, 'python_implementation', lambda:'Python')(),
  /external/python/cpython3/Lib/test/libregrtest/
main.py 391 print("==", platform.python_implementation(), *sys.version.split())
  /external/python/cpython3/Lib/
platform.py 1223 def python_implementation(): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 1487 def python_implementation(): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 1446 def python_implementation(): function
    [all...]
  /external/python/cpython2/Lib/
platform.py 1449 def python_implementation(): function
    [all...]

Completed in 1186 milliseconds

1 2