-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
Stop using filemd5 in docs example for db.command():
For commands that take additional arguments we can use
kwargs. So ``{filemd5: object_id, root: file_root}`` becomes::
result = await db.command("filemd5", object_id, root=file_root)
filemd5 is a legacy command that no one should be using.
- clones
-
PYTHON-4282 Stop using filemd5 in docs example for db.command
- Closed