gintonic.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:gintonic 作者: redahe 项目源码 文件源码
def __init__(self):
        self.swin = curses.newwin(4, 59, 0, 0)
        self.inp = curses.newwin(1, 55, 2, 2)
        self.text = textpad.Textbox(self.inp, insert_mode=False)
        self.history_point = 0
        self.search_history = collections.deque(maxlen=100)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号