We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c73d1e commit 1d28fdcCopy full SHA for 1d28fdc
bson/errors.py
@@ -44,9 +44,6 @@ def document(self) -> Any:
44
..versionadded:: 4.16"""
45
return self._document
46
47
- def _set_document(self, value: Any) -> None:
48
- self._document = value
49
-
50
51
class InvalidId(BSONError):
52
"""Raised when trying to create an ObjectId from invalid data."""
0 commit comments