def get_client(cls, quote_id): """Return the client associated with the given quote id.""" return Quote_Client.get(Quote_Client.quote_id == quote_id)