read_concern
– Tools for working with read concern.
Tools for working with read concerns.
class pymongo.read_concern.ReadConcern
(level=None)
Parameters: |
|
---|
New in version 3.2.
document
The document representation of this read concern.
Note
ReadConcern is immutable. Mutating the value of document does not mutate this ReadConcern.
level
The read concern level.
ok_for_legacy
Return
True
if this read concern is compatible with old wire protocol versions.