Home
last modified time | relevance | path

Searched refs:compmap (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dversionpredicate.py27 compmap = {"<": operator.lt, "<=": operator.le, "==": operator.eq, variable
135 if not compmap[cond](version, ver):
/external/python/cpython3/Lib/distutils/
Dversionpredicate.py28 compmap = {"<": operator.lt, "<=": operator.le, "==": operator.eq, variable
136 if not compmap[cond](version, ver):