abc.py 文件源码

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

项目:the-knights-who-say-ni 作者: python 项目源码 文件源码
def check(self, client: aiohttp.ClientSession,
                    usernames: AbstractSet[str]) -> Status:
        """Check if all of the specified usernames have signed the CLA."""
        # While it would technically share more specific information if a
        # mapping of {username: Status} was returned, the vast majority of
        # cases will be for a single user and thus not worth the added
        # complexity to need to worry about it.
        return Status.username_not_found  # pragma: no cover
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号