OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VersionPredicate
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py
30
class
VersionPredicate
:
33
>>> v =
VersionPredicate
('pyepat.abc (>1.0, <3333.3a1, !=1555.1b3)')
40
The str() of a `
VersionPredicate
` provides a normalized
61
`
VersionPredicate
` is flexible in accepting extra whitespace::
63
>>> v =
VersionPredicate
(' pat( == 0.1 ) ')
74
>>> v =
VersionPredicate
('p1.p2.p3.p4(>=1.0, <=1.3a1, !=1.2zb3)')
83
>>> v =
VersionPredicate
('foo-bar')
88
>>> v =
VersionPredicate
('foo bar (12.21)')
dist.py
1218
import distutils.
versionpredicate
namespace
1229
import distutils.
versionpredicate
namespace
1237
import distutils.
versionpredicate
namespace
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py
30
class
VersionPredicate
:
33
>>> v =
VersionPredicate
('pyepat.abc (>1.0, <3333.3a1, !=1555.1b3)')
40
The str() of a `
VersionPredicate
` provides a normalized
61
`
VersionPredicate
` is flexible in accepting extra whitespace::
63
>>> v =
VersionPredicate
(' pat( == 0.1 ) ')
74
>>> v =
VersionPredicate
('p1.p2.p3.p4(>=1.0, <=1.3a1, !=1.2zb3)')
83
>>> v =
VersionPredicate
('foo-bar')
88
>>> v =
VersionPredicate
('foo bar (12.21)')
dist.py
1218
import distutils.
versionpredicate
namespace
1229
import distutils.
versionpredicate
namespace
1237
import distutils.
versionpredicate
namespace
[
all
...]
Completed in 295 milliseconds