packages.py 文件源码

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

项目:OverrideAudit 作者: OdatNurd 项目源码 文件源码
def __scan(self):
        if _wrap("Abc") == _wrap("abc"):
            self.verify_name = True

        pkg_filename = "%s.sublime-package" % self.name
        pkg_path = os.path.join(sublime.packages_path(), self.name)

        # Scan for the shipped package so we can collect the proper case on
        # case insensitive systems.
        self._add_package(_pkg_scan(self.shipped_packages_path, pkg_filename), True)
        self._add_package(_pkg_scan(sublime.installed_packages_path(), pkg_filename, True))
        self._add_path(pkg_path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号