← Back
Editing: interfaces.cpython-38.pyc
U �]V � @ s� d Z ddlZddlZddlZe�ej�G dd� de��ZG dd� dej j �ZG dd� dej j �ZG d d � d e�Z G dd� dej j �ZG d d� de�ZG dd� dej j �ZG dd� dej j �Ze�ej�G dd� de��Ze�ej�G dd� de��ZdS )zCertbot client interfaces.� Nc @ s: e Zd ZdZejdd� �Zejdd� �Zejdd� �ZdS ) �AccountStoragezAccounts storage interface.c C s t � �dS )zXFind all accounts. :returns: All found accounts. :rtype: list N��NotImplementedError��self� r �4/usr/lib/python3/dist-packages/certbot/interfaces.py�find_all s zAccountStorage.find_allc C s t � �dS )z�Load an account by its id. :raises .AccountNotFound: if account could not be found :raises .AccountStorageError: if account could not be loaded Nr )r Z account_idr r r �load s zAccountStorage.loadc C s t � �dS )z\Save account. :raises .AccountStorageError: if account could not be saved Nr )r ZaccountZclientr r r �save"