![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, pool, url, reason=None) | |
Public Member Functions inherited from pip._vendor.urllib3.exceptions.RequestError | |
| __reduce__ (self) | |
Public Attributes | |
| reason | |
Public Attributes inherited from pip._vendor.urllib3.exceptions.RequestError | |
| url | |
Public Attributes inherited from pip._vendor.urllib3.exceptions.PoolError | |
| pool | |
Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` :param string url: The requested Url :param exceptions.Exception reason: The underlying error
| pip._vendor.urllib3.exceptions.MaxRetryError.__init__ | ( | self, | |
| pool, | |||
| url, | |||
reason = None |
|||
| ) |
Reimplemented from pip._vendor.urllib3.exceptions.RequestError.