| Server IP : 217.160.0.135 / Your IP : 216.73.216.115 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/keyring/__pycache__/ |
Upload File : |
�
%�c� � �� � d dl Z G d� de� � Z G d� de� � Z G d� de� � Z G d� d e� � Z G d
� de� � Z G d� d
ee� � Z G d� d� � Z G d� d� � Z
dS )� Nc � � e Zd ZdZdS )�KeyringErrorz$Base class for exceptions in keyringN��__name__�
__module__�__qualname__�__doc__� � �0/usr/lib/python3/dist-packages/keyring/errors.pyr r s � � � � � �.�.�.�.r r c � � e Zd ZdZdS )�PasswordSetErrorz&Raised when the password can't be set.Nr r
r r r r s � � � � � �0�0�0�0r r c � � e Zd ZdZdS )�PasswordDeleteErrorz*Raised when the password can't be deleted.Nr r
r r r r s � � � � � �4�4�4�4r r c � � e Zd ZdZdS )� InitErrorz0Raised when the keyring could not be initialisedNr r
r r r r s � � � � � �:�:�:�:r r c � � e Zd ZdZdS )�
KeyringLockedz(Raised when the keyring failed unlockingNr r
r r r r s � � � � � �2�2�2�2r r c � � e Zd ZdZdS )�NoKeyringErrorz'Raised when there is no keyring backendNr r
r r r r s � � � � � �1�1�1�1r r c �( � e Zd ZdZefd�Zd� Zd� ZdS )�ExceptionRaisedContextz[
An exception-trapping context that indicates whether an exception was
raised.
c �"