def chair()

in src/asfquart/auth.py [0:0]


    def chair(cls, client_session: session.ClientSession):
        """tests for whether the user is a chair of any top-level project"""
        # Anything but True will cause a failure.
        return client_session.isChair is True, cls.E_NOT_CHAIR