Home
last modified time | relevance | path

Searched refs:TRANSIENT_SSL_ERROR (Results 1 – 3 of 3) sorted by relevance

/dports/net/py-libcloud/apache-libcloud-3.4.1/test/common/
H A Dtest_retry_limit.py21 from libcloud.utils.retry import TRANSIENT_SSL_ERROR
54 side_effect=ssl.SSLError(TRANSIENT_SSL_ERROR))
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/utils/
H A Dretry.py34 TRANSIENT_SSL_ERROR = 'The read operation timed out' variable
90 if TRANSIENT_SSL_ERROR in str(exc):
188 if TRANSIENT_SSL_ERROR in str(exc):
H A Dmisc.py29 from libcloud.utils.retry import TRANSIENT_SSL_ERROR # noqa: F401