gui.py 文件源码

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

项目:Music-Scraper 作者: srivatsan-ramesh 项目源码 文件源码
def refresh_values():
        """
        Refresh the parameters when the size of list changes in display
        """
        if not GUI.gui_stopped:
            GUI.max_row = curses.LINES - 3
            GUI.row_num = len(GUI.strings)
            GUI.pages = int(ceil(GUI.row_num / GUI.max_row))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号