OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, host, port=None) |
def | __str__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
Data Fields | |
host | |
port | |
Static Public Attributes | |
scheme | |
QueueCls | |
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.
def __init__ | ( | self, | |
host, | |||
port = None |
|||
) |
def __enter__ | ( | self | ) |
def __exit__ | ( | self, | |
exc_type, | |||
exc_val, | |||
exc_tb | |||
) |
def __str__ | ( | self | ) |
def close | ( | self | ) |
Close all pooled connections and disable the pool.
Reimplemented in HTTPConnectionPool.
host |
port |
|
static |
|
static |