Searched defs:db_found_vers (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/
H A Dsetup.py1046 db_found_vers = db_ver_inc_map.keys() variable in class:PyBuildExt.detect_modules.db_found
1047 db_found_vers.sort()
1049 while db_found_vers:
1050 db_ver = db_found_vers.pop()
/external/python/cpython3/
H A Dsetup.py1060 db_found_vers = list(db_ver_inc_map.keys()) variable in class:PyBuildExt.detect_modules.db_found
1061 db_found_vers.sort()
1063 while db_found_vers:
1064 db_ver = db_found_vers.pop()

Completed in 623 milliseconds