Searched defs:python_version (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplatform.py46 # APIs (python_version(), python_compiler(), etc.)
1487 def python_version(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplatform.py46 # APIs (python_version(), python_compiler(), etc.)
1487 def python_version(): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py18 from platform import python_version namespace
830 shell_title = "Python " + python_version() + " Shell"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py18 from platform import python_version namespace
830 shell_title = "Python " + python_version() + " Shell"

Completed in 225 milliseconds