📂 FileMgr
📍
/
usr
/
lib
/
python3
/
dist-packages
/
botocore
/
docs
/
__pycache__
✏️ /usr/lib/python3/dist-packages/botocore/docs/__pycache__/docstring.cpython-312.pyc
✕ Tutup
� P��e@ � � � d dl mZ d dlmZ d dlmZ d dlmZ G d� de� Z G d� de � Z G d � d e � Z G d� de � Zy )� )�DocumentStructure��document_model_driven_method��document_paginate_method��document_wait_methodc �P � � e Zd ZdZ� fd�Z� fd�Zd� Zd d�Zd� ZeZ d� Z d� Z� xZS ) �LazyLoadedDocstringa0 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 �L �� t �| � � || _ || _ d| _ y)z� The args and kwargs are the same as the underlying document generation function. These just get proxied to the underlying function. N)�super�__init__� _gen_args�_gen_kwargs� _docstring)�self�args�kwargs� __class__s ��9/usr/lib/python3/dist-packages/botocore/docs/docstring.pyr zLazyLoadedDocstring.__init__ s&