def info(self, *tokens):
"""Use a DepotHTTP to return an info response."""
dh = self.__build_depot_http()
tokens = self.__strip_pub(tokens, dh.repo)
# In Python 3, a WSGI application must return bytes as its output
return misc.force_bytes(dh.info_0(*tokens[3:]))
评论列表
文章目录