HomeSort by relevance Sort by last modified time
    Searched refs:python_implementation (Results 1 - 25 of 35) 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]
  /external/brotli/python/
bro.py 30 runtime = platform.python_implementation()
  /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...]
  /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])
regrtest.py 439 print "==", platform.python_implementation(), \
    [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/cpython3/Lib/test/
test_wsgiref.py 15 from platform import python_implementation
121 pyver = (python_implementation() + "/" +
218 py = python_implementation().encode('ascii')
test_platform.py 111 # Tests for python_implementation(), python_version(), python_branch(),
158 self.assertEqual(platform.python_implementation(), info[0])
  /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/Lib/test/libregrtest/
main.py 391 print("==", platform.python_implementation(), *sys.version.split())
  /external/python/cpython3/Tools/ccbench/
ccbench.py 582 platform.python_implementation(),
  /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...]
  /external/python/cpython3/Lib/
platform.py 1223 def python_implementation(): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 1474 def python_implementation(): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 1474 def python_implementation(): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 1474 def python_implementation(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 1474 def python_implementation(): function
    [all...]

Completed in 4726 milliseconds

1 2