HomeSort by relevance Sort by last modified time
    Searched refs:mac_ver_tuple (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test__osx_support.py 112 mac_ver_tuple = tuple(int(i) for i in
114 self.assertEqual(mac_ver_tuple >= (10, 4),