def to_dict()

in nucleus/rna/models.py [0:0]


    def to_dict(self):
        data = model_to_dict(self)
        del data["id"]  # no need to dump out the internal ID for a Country
        return data