File: //proc/self/root/lib/python3.6/site-packages/botocore/docs/__pycache__/params.cpython-36.pyc
3
�T_Y% � @ sL d dl mZ d dlmZ G dd� de�ZG dd� de�ZG dd� de�Zd S )
� )�ShapeDocumenter)�py_type_namec @ sn e Zd Zddd�Zdd� Zddd�Zddd �Zdd
d�Zddd
�Zdd� Z dd� Z
dd� Zdd� Zdd� Z
dS )�BaseParamsDocumenterNc C s g }| j |||d||d� dS )a3 Fills out the documentation for a section given a model shape.
:param section: The section to write the documentation to.
:param shape: The shape of the operation.
:type include: Dictionary where keys are parameter names and
values are the shapes of the parameter names.
:param include: The parameter shapes to include in the documentation.
:type exclude: List of the names of the parameters to exclude.
:param exclude: The names of the parameters to exclude from
documentation.
N)�section�shape�history�name�include�exclude)�traverse_and_document_shape)�selfr r r r
r � r
�/usr/lib/python3.6/params.py�document_params s z$BaseParamsDocumenter.document_paramsc K s | j ||f|� d S )N)�_add_member_documentation)r r r �kwargsr
r
r �document_recursive_shape&