File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -767,6 +767,8 @@ async def explain(self) -> _DocumentType:
767
767
:meth:`~pymongo.asynchronous.database.AsyncDatabase.command` to run the explain
768
768
command directly.
769
769
770
+ .. note:: The timeout of this method can be set using :func:`pymongo.timeout`.
771
+
770
772
.. seealso:: The MongoDB documentation on `explain <https://dochub.mongodb.org/core/explain>`_.
771
773
"""
772
774
c = self .clone ()
Original file line number Diff line number Diff line change @@ -765,6 +765,8 @@ def explain(self) -> _DocumentType:
765
765
:meth:`~pymongo.database.Database.command` to run the explain
766
766
command directly.
767
767
768
+ .. note:: The timeout of this method can be set using :func:`pymongo.timeout`.
769
+
768
770
.. seealso:: The MongoDB documentation on `explain <https://dochub.mongodb.org/core/explain>`_.
769
771
"""
770
772
c = self .clone ()
You can’t perform that action at this time.
0 commit comments