def clone(self): """Get a clone of this cursor.""" return MotorCursor(self.delegate.clone(), self.collection)