Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
botocore
/
docs
/
File Content:
docstring.pyc
� ?��Xc @ s� d d l m Z d d l m Z 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 e f d � � YZ d S( i����( t document_model_driven_method( t document_wait_method( t document_paginate_method( t DocumentStructuret LazyLoadedDocstringc B sV e Z d Z d � Z d � Z d � Z d d � Z d � Z e Z d � Z d � Z RS( s0 Used for lazily loading docstrings You can instantiate this class and assign it to a __doc__ value. The docstring will not be generated till accessed via __doc__ or help(). Note that all docstring classes **must** subclass from this class. It cannot be used directly as a docstring. c O s2 t t | � j � | | _ | | _ d | _ d S( s� The args and kwargs are the same as the underlying document generation function. These just get proxied to the underlying function. N( t superR t __init__t _gen_argst _gen_kwargst Nonet _docstring( t selft argst kwargs( ( s9 /tmp/pip-build-uEGWVr/botocore/botocore/docs/docstring.pyR s c O s t t | � j | � S( N( R R t __new__( t clsR R ( ( s9 /tmp/pip-build-uEGWVr/botocore/botocore/docs/docstring.pyR &