User` to support Authlib integration. """ def __init__(self, user: domain.User) -> None: """Initialize with a :class:`domain.User`.""" self._user = user.
確定! 回上一頁