Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/botocore/docs/__pycache__/client.cpython-39.pyc
Ðазад
a p�h�- � @ s� d dl Z d dlmZ d dlmZ d dlmZ d dlmZ d dlmZ d dl m Z d dlmZ d d lm Z d d lmZ G dd� de�ZG d d� de�ZdS )� N)�get_official_service_name��document_custom_method)�document_model_driven_method)�get_instance_public_methods)�document_shared_examples)�ResponseExampleDocumenter)�ResponseParamsDocumenter)�DocumentedShape)�OrderedDictc @ sn e Zd Zddd�Zdd� Zdd� Zdd � Zd d� Zdd � Zdd� Z dd� Z dd� Zdd� Zdd� Z dd� ZdS )�ClientDocumenterNc C s. || _ || _| jd u ri | _| j jjj| _d S �N)�_client�_shared_examples�meta� service_model�service_name� _service_name)�self�client�shared_examples� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/botocore/docs/client.py�__init__ s zClientDocumenter.__init__c C s: | � |� | �|� t| j�}| �||� | �||� dS )z]Documents a client and its methods :param section: The section to write to. N)� _add_title�_add_class_signaturer r �_add_client_intro�_add_client_methods)r �section�client_methodsr r r �document_client"