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

  /external/python/cpython2/Tools/ssl/
make_ssl_data.py 38 error_libraries = { variable
47 for libcode, prefix, h_file in sorted(error_libraries.values()):
56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
71 for mnemo, (libcode, _, _) in sorted(error_libraries.items()):
  /external/python/cpython3/Tools/ssl/
make_ssl_data.py 38 error_libraries = { variable
47 for libcode, prefix, h_file in sorted(error_libraries.values()):
56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
71 for mnemo, (libcode, _, _) in sorted(error_libraries.items()):

Completed in 71 milliseconds