cursor_manager
– Managers to handle when cursors are killed after being closed
New cursor managers should be defined as subclasses of CursorManager and can be installed on a client by calling .
Changed in version 3.3: Deprecated, for real this time.
Changed in version 3.0: Undeprecated. now requires an address argument. The BatchCursorManager
class is removed.
Instantiate the manager.
Previous topic
cursor
– Tools for iterating over MongoDB query results
Next topic
database
– Database level operations