OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, raw_result, acknowledged) |
def | raw_result (self) |
def | deleted_count (self) |
![]() | |
def | __init__ (self, acknowledged) |
def | acknowledged (self) |
The return type for :meth:`~pymongo.collection.Collection.delete_one` and :meth:`~pymongo.collection.Collection.delete_many`
def __init__ | ( | self, | |
raw_result, | |||
acknowledged | |||
) |
def deleted_count | ( | self | ) |
The number of documents deleted.
def raw_result | ( | self | ) |
The raw result document returned by the server.