def __init__(self, data):
"""
Construct the Question Page.
:param data: tuple of (answers, question_title, question_desc, question_stats, question_url)
"""
answer_frame = self.makeFrame(data)
urwid.WidgetWrap.__init__(self, answer_frame)
评论列表
文章目录