depot_index.py 文件源码

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

项目:solaris-ips 作者: oracle 项目源码 文件源码
def search_1(self, *tokens, **params):
                """Use a DepotHTTP to return a search/1 response."""

                toks = cherrypy.request.path_info.lstrip("/").split("/")
                dh = self.__build_depot_http()
                toks = self.__strip_pub(tokens, dh.repo)
                query_str = "/".join(toks[3:])
                return dh.search_1(query_str)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号