OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, address, reason) |
def | address (self) |
def | reason (self) |
def | __repr__ (self) |
Published when the driver's attempt to check out a connection fails. :Parameters: - `address`: The address (host, port) pair of the server this Connection is attempting to connect to. - `reason`: A reason explaining why connection check out failed. .. versionadded:: 3.9
def __init__ | ( | self, | |
address, | |||
reason | |||
) |
def __repr__ | ( | self | ) |
def address | ( | self | ) |
The address (host, port) pair of the server this connection is attempting to connect to.
def reason | ( | self | ) |
A reason explaining why connection check out failed. The reason must be one of the strings from the :class:`ConnectionCheckOutFailedReason` enum.