Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/web/_auth/__pycache__/basic.cpython-39.pyc
Ðазад
a k�h^ � @ sN d Z ddlZddlmZ ddlmZmZ ddlmZ ee�G dd� d��Z dS )z� HTTP BASIC authentication. @see: U{http://tools.ietf.org/html/rfc1945} @see: U{http://tools.ietf.org/html/rfc2616} @see: U{http://tools.ietf.org/html/rfc2617} � N)�implementer)�credentials�error)�ICredentialFactoryc @ s, e Zd ZdZdZdd� Zdd� Zdd� Zd S ) �BasicCredentialFactoryz� Credential Factory for HTTP Basic Authentication @type authenticationRealm: L{bytes} @ivar authenticationRealm: The HTTP authentication realm which will be issued in challenges. s basicc C s || _ d S )N��authenticationRealm)�selfr � r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/web/_auth/basic.py�__init__"