HomeSort by relevance Sort by last modified time
    Searched refs:python_version (Results 1 - 6 of 6) 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(),
113 self.assertEqual(platform.python_version(), info[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 78 # Tests for python_implementation(), python_version(), python_branch(),
113 self.assertEqual(platform.python_version(), info[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 18 from platform import python_version namespace
830 shell_title = "Python " + python_version() + " Shell"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 18 from platform import python_version namespace
830 shell_title = "Python " + python_version() + " Shell"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 46 # APIs (python_version(), python_compiler(), etc.)
1487 def python_version(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 46 # APIs (python_version(), python_compiler(), etc.)
1487 def python_version(): function
    [all...]

Completed in 134 milliseconds