Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py435 def is_unavailable_exception(e): function
494 if not is_unavailable_exception(e):
509 if not is_unavailable_exception(e):
529 if not is_unavailable_exception(e):
541 if not is_unavailable_exception(e):
568 if not is_unavailable_exception(e):
580 if not is_unavailable_exception(e):
594 if not is_unavailable_exception(e):
607 if not is_unavailable_exception(e):
624 if not is_unavailable_exception(e):
[all …]
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py713 def is_unavailable_exception(e): function
740 if not is_unavailable_exception(e):
780 if not is_unavailable_exception(e):
793 if not is_unavailable_exception(e):
807 if not is_unavailable_exception(e):
817 if not is_unavailable_exception(e):
843 if not is_unavailable_exception(e):
856 if not is_unavailable_exception(e):
870 if not is_unavailable_exception(e):
883 if not is_unavailable_exception(e):
[all …]