quartic_sdk.core.entities.model

Module Contents

Classes

Model

The given class refers to the Model entity which is created based upon the

class quartic_sdk.core.entities.model.Model(body_json, api_helper)

Bases: quartic_sdk.core.entities.base.Base

The given class refers to the Model entity which is created based upon the Model object returned from the API

__repr__(self)

Override the method to return the Model with model name

model_instance(self, query_params={})

Returns the model object saved in the model :param query_params: Dictionary of filter conditions :return: Returns a Model which is subclass of BaseQuarticModel