def id2bugs(self, id_): resp = requests.get(self.path + "/id_to_bugs", params={"id":id_}) return bson_loads(resp.text)