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 301d38a commit c6bd034Copy full SHA for c6bd034
source/run-command.txt
@@ -230,7 +230,8 @@ The ``Database.command()`` method can decode the returned BSON documents to inst
230
of a specific class. To specify this class, construct a ``CodecOptions`` object and pass
231
the class name. The class can be one of the following types:
232
233
-- ``bson.raw_bson.RawBSONDocument``.
+- ``bson.raw_bson.RawBSONDocument``. To learn more about the ``RawBSONDocument`` class,
234
+ see :ref:`pymongo-bson-raw`.
235
- A subclass of the ``collections.abc.Mapping`` type, such as ``bson.son.SON``.
236
If you specify ``bson.son.SON`` as the document class, you must also specify types
237
for the key and value.
0 commit comments