def draw_hor_separator():? ? ? ? ? ? line = '+' + ('+------' * self.width + '+')[1:]? ? ? ? ? ? separator = defaultdict(lambda: line)? ? ? ? ? ? if not hasattr(draw_hor_separator, "counter"):? ? ? ? ? ? ? ? draw_hor_separator.counter = 0? ? ? ? ? ? cast(separator[draw_hor_separator.counter])? ? ? ? ? ? draw_hor_separator.counter += 1
添加回答
舉報
0/150
提交
取消