def column_widths(self):
"""If we set our own column width, then we take that one, otherwise we will use the default one"""
if self.__column_widths:
return self.__column_widths
else:
return super(SingleTable, self).column_widths
评论列表
文章目录