_wifiutil_linux.py 文件源码

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

项目:pywifi 作者: awkman 项目源码 文件源码
def _remove_existed_sock(self, sock_file):

        if os.path.exists(sock_file):
            mode = os.stat(sock_file).st_mode
            if stat.S_ISSOCK(mode):
                os.remove(sock_file)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号