|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/boto3/docs/__pycache__/ |
U
Q��g< � @ s\ d dl Z d dlZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Zddd�ZG dd� d�Z dS )� Nc C sT g }| D ]F}t �|j�}|j}|d r4|d d }q|d dkr|�|d � q|S )z�Helper method to determine which parameters to ignore for actions
:returns: A list of the parameter names that does not need to be
included in a resource's method call for documentation purposes.
�childrenr �type�field�value)�jmespath�compile�target�parsed�append)�paramsZ
ignore_params�param�result�current� r �=/opt/cppython/lib/python3.8/site-packages/boto3/docs/utils.py�get_resource_ignore_params s r c C s
t �| �S �N)�inspect�
isfunction)Z
action_handler r r �is_resource_action'