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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 11 from sysconfig import get_python_version namespace
126 pyversion = get_python_version()
bdist_wininst.py 12 from sysconfig import get_python_version namespace
99 short_version = get_python_version()
191 pyversion = get_python_version()
333 cur_version = get_python_version()
bdist_msi.py 10 from sysconfig import get_python_version namespace
146 short_version = get_python_version()
    [all...]
build_ext.py 16 from distutils.sysconfig import customize_compiler, get_python_version namespace
231 "python" + get_python_version(),
    [all...]
bdist_rpm.py 383 pyversion = get_python_version()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 11 from sysconfig import get_python_version namespace
126 pyversion = get_python_version()
bdist_wininst.py 12 from sysconfig import get_python_version namespace
99 short_version = get_python_version()
191 pyversion = get_python_version()
333 cur_version = get_python_version()
bdist_msi.py 10 from sysconfig import get_python_version namespace
146 short_version = get_python_version()
    [all...]
build_ext.py 16 from distutils.sysconfig import customize_compiler, get_python_version namespace
231 "python" + get_python_version(),
    [all...]
bdist_rpm.py 383 pyversion = get_python_version()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 58 def get_python_version(): function
95 return os.path.join(prefix, "include", "python" + get_python_version())
125 "lib", "python" + get_python_version())
135 if get_python_version() < "2.2":
240 if get_python_version() < '2.2':
427 g['VERSION'] = get_python_version().replace(".", "")
dist.py 186 # gives sysconfig.get_python_version() if the dist file is
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 58 def get_python_version(): function
95 return os.path.join(prefix, "include", "python" + get_python_version())
125 "lib", "python" + get_python_version())
135 if get_python_version() < "2.2":
240 if get_python_version() < '2.2':
427 g['VERSION'] = get_python_version().replace(".", "")
dist.py 186 # gives sysconfig.get_python_version() if the dist file is
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 626 def get_python_version(): function
643 print 'Python version: "%s"' % get_python_version()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 626 def get_python_version(): function
643 print 'Python version: "%s"' % get_python_version()

Completed in 261 milliseconds