Home
last modified time | relevance | path

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

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