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


Public Member Functions | |
| __init__ (self, host, port=None) | |
| __str__ (self) | |
| __enter__ (self) | |
| __exit__ (self, exc_type, exc_val, exc_tb) | |
| close (self) | |
Public Attributes | |
| host | |
| port | |
Static Public Attributes | |
| scheme = None | |
| QueueCls = LifoQueue | |
Protected Attributes | |
| _proxy_host | |
Base class for all connection pools, such as :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. .. note:: ConnectionPool.urlopen() does not normalize or percent-encode target URIs which is useful if your target server doesn't support percent-encoded target URIs.
| pip._vendor.urllib3.connectionpool.ConnectionPool.close | ( | self | ) |
Close all pooled connections and disable the pool.
Reimplemented in pip._vendor.urllib3.connectionpool.HTTPConnectionPool.