resultparser.py 文件源码

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

项目:SublimeRemoteGDB 作者: summerwinter 项目源码 文件源码
def cygwin_path_handle(path):
    """Cygwin Path Support"""
    if sublime.platform() == "windows":
        return os.path.normcase(re.sub(cygwin_drive_regex, lambda m: "%s:/" % m.groups()[0], path))
    else:
        return path  # do nothing if it is not under windows.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号