OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrictVersion
(Results
1 - 20
of
20
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
external_modules.py
10
'cv2': (version.
StrictVersion
('2.4.8'), version.
StrictVersion
('3.0.0')),
11
'numpy': (version.
StrictVersion
('1.6.1'), None),
12
'psutil': (version.
StrictVersion
('0.5.0'), None),
31
version.
StrictVersion
(module.__version__) < min_version) or
33
version.
StrictVersion
(module.__version__) >= max_version)):
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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-trace/catapult/telemetry/third_party/webpagereplay/
platformsettings.py
97
return (distutils.version.
StrictVersion
(OpenSSL.__version__) >=
98
distutils.version.
StrictVersion
('0.13'))
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py
14
from distutils.version import
StrictVersion
236
sversion = "%d.%d.%d" %
StrictVersion
(version).version
[
all
...]
/prebuilts/gdb/linux-x86/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/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 521 milliseconds