HomeSort by relevance Sort by last modified time
    Searched refs:StrictVersion (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_version.py 4 from distutils.version import StrictVersion
10 version = StrictVersion('1.2.3a1')
15 version = StrictVersion('1.2.0')
37 res = StrictVersion(v1).__cmp__(StrictVersion(v2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_version.py 4 from distutils.version import StrictVersion
10 version = StrictVersion('1.2.3a1')
15 version = StrictVersion('1.2.0')
37 res = StrictVersion(v1).__cmp__(StrictVersion(v2))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 19 Return (comparison string, StrictVersion)
25 return (comp, distutils.version.StrictVersion(verStr))
72 restrictions of `StrictVersion`, a `ValueError` is raised::
100 # pred: list of (comparison string, StrictVersion)
131 The parameter version must be acceptable to the StrictVersion
132 constructor. It may be either a string or StrictVersion.
145 The version number, if given, will be returned as a `StrictVersion`
151 ('mypkg', StrictVersion ('1.2'))
163 ver = distutils.version.StrictVersion(ver)
version.py 12 implemented: StrictVersion and LooseVersion.
63 class StrictVersion (Version):
138 other = StrictVersion(other)
161 # end class StrictVersion
201 # been done in the StrictVersion class above. This works great as long
204 # particular flavour of bondage and discipline provided by StrictVersion
emxccompiler.py 298 from distutils.version import StrictVersion
311 gcc_version = StrictVersion(result.group(1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 19 Return (comparison string, StrictVersion)
25 return (comp, distutils.version.StrictVersion(verStr))
72 restrictions of `StrictVersion`, a `ValueError` is raised::
100 # pred: list of (comparison string, StrictVersion)
131 The parameter version must be acceptable to the StrictVersion
132 constructor. It may be either a string or StrictVersion.
145 The version number, if given, will be returned as a `StrictVersion`
151 ('mypkg', StrictVersion ('1.2'))
163 ver = distutils.version.StrictVersion(ver)
version.py 12 implemented: StrictVersion and LooseVersion.
63 class StrictVersion (Version):
138 other = StrictVersion(other)
161 # end class StrictVersion
201 # been done in the StrictVersion class above. This works great as long
204 # particular flavour of bondage and discipline provided by StrictVersion
emxccompiler.py 298 from distutils.version import StrictVersion
311 gcc_version = StrictVersion(result.group(1))
  /external/chromium_org/chrome/test/functional/
nacl_sdk.py 685 mac_min_version = version.StrictVersion('10.6')
686 mac_version = version.StrictVersion(platform.mac_ver()[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 14 from distutils.version import StrictVersion
236 sversion = "%d.%d.%d" % StrictVersion(version).version
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 14 from distutils.version import StrictVersion
236 sversion = "%d.%d.%d" % StrictVersion(version).version
    [all...]

Completed in 2055 milliseconds