Searched defs:is_py2 (Results 1 – 9 of 9) sorted by relevance
22 is_py2 = _ver[0] == 2 variable
44 is_py2 = sys.version[0] == "2" variable