??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: auth.cpython-39.pyc
a ?�f�- � @ s( d Z ddlZddlmZmZ ddlmZ ddlmZ ddl mZmZm Z mZmZ ddlmZ er�ddlmZmZmZmZmZ dd lmZ dd lmZmZ eeeef Ze�e �Z!zddl"a"W nN e#y� da"Y n: e$�y Z% z e!�&dee%�� da"W Y dZ%[%n dZ%[%0 0 dd � Z'G dd� de�Z(dS )z�Network Authentication Helpers Contains interface (MultiDomainBasicAuth) and associated glue code for providing credentials in the context of network requests. � N)�AuthBase� HTTPBasicAuth)�get_netrc_auth)�parse)�ask� ask_input�ask_password�remove_auth_from_url�split_auth_netloc_from_url)�MYPY_CHECK_RUNNING)�Dict�Optional�Tuple�List�Any)�AuthInfo)�Response�Request�*Keyring is skipped due to an exception: %sc C s� | rt sdS z~z t j}W n ty* Y n40 t�d| � || |�}|durX|j|jfW S W dS |r�t�d| � t �| |�}|r�||fW S W n8 ty� } z t� dt |�� da W Y d}~n d}~0 0 dS )z3Return the tuple auth for a given url from keyring.Nz'Getting credentials from keyring for %sz$Getting password from keyring for %sr )�keyring�get_credential�AttributeError�logger�debug�username�passwordZget_password� Exception�warning�str)�urlr r Zcredr �exc� r! �>/usr/lib/python3.9/site-packages/pip/_internal/network/auth.py�get_keyring_auth, s. �r# c @ s` e Zd Zddd�Zdd� Zddd�Zd d � Zdd� Zd d� Zdd� Z dd� Z dd� Zdd� ZdS )�MultiDomainBasicAuthTNc C s || _ || _i | _d | _d S )N)� prompting� index_urls� passwords�_credentials_to_save)�selfr% r&