| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 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 : /lib/python3/dist-packages/keyring/__pycache__/ |
Upload File : |
�
%�c9 � �v � d dl Z d dlZ G d� dej �� � Z G d� de� � Z G d� de� � ZdS ) � Nc �R � e Zd ZdZej d� � � Zej d� � � ZdS )�
Credentialz$Abstract class to manage credentialsc � � d S �N� ��selfs �5/usr/lib/python3/dist-packages/keyring/credentials.py�usernamezCredential.username � � ��t� c � � d S r r r s r
�passwordzCredential.password r r
N)�__name__�
__module__�__qualname__�__doc__�abc�abstractpropertyr r r r
r
r r sV � � � � � �.�.���� � ��� ��� � ��� � r
r )� metaclassc �D � e Zd ZdZd� Zed� � � Zed� � � ZdS )�SimpleCredentialz!Simple credentials implementationc �"