Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Classe « PinnedResponse »

Constructeur pymongo.cursor.PinnedResponse.__init__

Signature de la constructeur __init__

def __init__(self, data: 'Union[_OpMsg, _OpReply]', address: '_Address', conn: '_AgnosticConnection', request_id: 'int', duration: 'Optional[timedelta]', from_command: 'bool', docs: 'list[_DocumentOut]', more_to_come: 'bool') 

Description

help(PinnedResponse.__init__)

Represent a response to an exhaust cursor's initial query.

:param data:  A network response message.
:param address: (host, port) of the source server.
:param conn: The AsyncConnection/Connection used for the initial query.
:param request_id: The request id of this operation.
:param duration: The duration of the operation.
:param from_command: If the response is the result of a db command.
:param docs: List of documents.
:param more_to_come: Bool indicating whether cursor is ready to be
    exhausted.


Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé