/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/cython/src/ |
setup.py | 11 is_cpython = not hasattr(platform, 'python_implementation') or platform.python_implementation() == 'CPython'
|
runtests.py | 20 IS_PYPY = platform.python_implementation() == 'PyPy' 21 IS_CPYTHON = platform.python_implementation() == 'CPython' [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...] |