– 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 set_cursor_manager().
Changed in version 3.3: Deprecated, for real this time.
Changed in version 3.0: Undeprecated. now requires an address argument. The class is removed.
Instantiate the manager.
Parameters
close(cursor_id, address)
Raises TypeError if cursor_id is not an instance of (int, long).
Changed in version 3.0: Now requires an address argument.