Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/clustering/v1/__pycache__/_async_resource.cpython-39.pyc
Ðазад
a t�hf � @ s: d dl mZ d dl mZ d dlmZ G dd� dej�ZdS )� )� exceptions)�resource)�actionc @ s e Zd Zddd�Zddd�ZdS )� AsyncResourceNc C s | � |�}| �||�S )a� Delete the remote resource based on this instance. :param session: The session to use for making this request. :type session: :class:`~keystoneauth1.adapter.Adapter` :return: An :class:`~openstack.clustering.v1.action.Action` instance. The ``fetch`` method will need to be used to populate the `Action` with status information. :raises: :exc:`~openstack.exceptions.MethodNotSupported` if :data:`Resource.allow_commit` is not set to ``True``. :raises: :exc:`~openstack.exceptions.ResourceNotFound` if the resource was not found. )Z_raw_delete�_delete_response)�self�session� error_message�response� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/openstack/clustering/v1/_async_resource.py�delete s zAsyncResource.deletec C s<