def _queue_domain_focus(self):
item = lib_db.get__SslQueueDomain__by_id(self.request.api_context, self.request.matchdict['id'], eagerload_log=True)
if not item:
raise HTTPNotFound('the item was not found')
return item
评论列表
文章目录