Mappers

BaseMapper

class q2_cores.CoreAPI.mappers.base_mapper.CoreAPIBaseMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

DemographicInfoMapper

class q2_cores.CoreAPI.mappers.demographic_info.DemographicInfoMapper(list_of_queries, get_cif_from_user_fields=None, hq_credentials=None, zone_context=None)[source]

Bases: BaseDemographicInfoMapper

parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

UpdateDemographicInfoMapper

class q2_cores.CoreAPI.mappers.update_demographic_info.UpdateDemographicInfoMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseUpdateDemographicInfoMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.