Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
botocore
/
docs
/
File Content:
params.pyc
� ?��Xc @ sf d d l m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����( t ShapeDocumenter( t py_type_namet BaseParamsDocumenterc B s� e Z d d d � Z d � Z d d d � Z d d d � Z d d d � Z d d d d � Z d � Z d � Z d � Z d � Z d � Z RS( c C s8 g } | j d | d | d | d d d | d | � d S( s3 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. t sectiont shapet historyt namet includet excludeN( t traverse_and_document_shapet None( t selfR R R R R ( ( s6 /tmp/pip-build-uEGWVr/botocore/botocore/docs/params.pyt document_params s c K s | j | | | � d S( N( t _add_member_documentation( R R R t kwargs( ( s6 /tmp/pip-build-uEGWVr/botocore/botocore/docs/params.pyt document_recursive_shape&