config.py 文件源码

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

项目:rcli 作者: contains-io 项目源码 文件源码
def entry_point(self):
        # type: () -> pkg_resources.EntryPoint
        """The currently active entry point."""
        if not self._entry_point:
            for ep in pkg_resources.iter_entry_points(group='console_scripts'):
                if (ep.name == self.command and
                        ep.module_name == self._EP_MOD_NAME):
                    self._entry_point = ep
        return self._entry_point
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号