NamedUser.py 文件源码

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

项目:hudl-bugbounty 作者: lewislabs 项目源码 文件源码
def get_following(self):
        """
        :calls: `GET /users/:user/following <http://developer.github.com/v3/users/followers>`_
        :rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.NamedUser.NamedUser`
        """
        return github.PaginatedList.PaginatedList(
            NamedUser,
            self._requester,
            self.url + "/following",
            None
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号