slipsomat.py 文件源码

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

项目:alma-slipsomat 作者: scriptotek 项目源码 文件源码
def execute(self, function, *args):
        "Executes the function, and handle exceptions"

        if readline is not None:
            readline.set_history_length(10000)
            readline.write_history_file(histfile)
        try:
            function(self.browser, *args)
        except Exception as e:
            self.handle_exception(e)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号