Server : Apache System : Linux dedi-14684855.grupobig.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : grupo692 ( 1004) PHP Version : 8.3.32 Disable Function : NONE Directory : /usr/lib/python3.9/site-packages/certbot/plugins/__pycache__/ |
a
}|�g� � @ sx d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ e�e
�ZG d d
� d
�ZdS )zPlugin storage class.� N)�Any)�Dict)�
configuration)�errors)�
filesystem)�osc @ sp e Zd ZdZejedd�dd�Zdd�dd�Zdd�d d
�Z dd�dd�Z
eedd
�dd�Zeed�dd�Z
dS )�
PluginStoragez4Class implementing storage functionality for pluginsN)�config�classkey�returnc C s || _ || _d| _| | dS )z�Initializes PluginStorage object storing required configuration
options.
:param .configuration.NamespaceConfig config: Configuration object
:param str classkey: class name to use as root key in storage file
FN)�_config� _classkey�_initialized)�selfr r
� r �;/usr/lib/python3.9/site-packages/certbot/plugins/storage.py�__init__ s
zPluginStorage.__init__)r c C s&