def get_multi(self, cls, object_ids, allow_cache=True, allow_fail=False):
self.request_multi(cls, object_ids, allow_cache=allow_cache)
self.batch_fetch()
return self.fetched_data_multi(cls, object_ids, allow_fail=allow_fail)
评论列表
文章目录