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

  /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])
regrtest.py 426 print "==", platform.python_implementation(), \
    [all...]
test_support.py     [all...]
  /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])
regrtest.py 426 print "==", platform.python_implementation(), \
    [all...]
test_support.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 638 implementation = platform.python_implementation()
  /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 1514 milliseconds