|
def | __init__ (self, host, port=None) |
|
def | __str__ (self) |
|
def | __enter__ (self) |
|
def | __exit__ (self, exc_type, exc_val, exc_tb) |
|
def | close (self) |
|
Base class for all connection pools, such as
:class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.
§ close()
def python_modules.urllib3.connectionpool.ConnectionPool.close |
( |
|
self | ) |
|
Close all pooled connections and disable the pool.
The documentation for this class was generated from the following file:
- python.d/python_modules/urllib3/connectionpool.py