|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /lib/python3.9/site-packages/ansible/utils/__pycache__/ |
a
�)g3 � @ sD d dl mZmZmZ eZd dlmZ ddd�Zddd�Z d d
� Z
dS )
� )�absolute_import�division�print_function)�string_types� c C sD t | t�r8| �d�r8t| �dd��}t|d | �p6|S t| �S dS )z|
Converts a given value to a percentage if specified as "x%",
otherwise converts the given value to an integer.
�%� g Y@N)�
isinstancer �endswith�int�replace)�valueZ num_itemsZ min_valueZ value_pct� r �9/usr/lib/python3.9/site-packages/ansible/utils/helpers.py�
pct_to_int s r Nc s2 � du st � t�sg � t� �fdd�t��D ��S )zg
Converts an object into a dict making the properties into keys, allows excluding certain keys
Nc 3 s. | ]&}|� d �s|� v s|t�|�fV qdS )�_N)�
startswith�getattr)�.0�key��exclude�objr r � <genexpr>+ � z!object_to_dict.<locals>.<genexpr>)r �list�dict�dir)r r r r r �object_to_dict% s r c s t � � � fdd�| D �S )zW
Creates a deduplicated list with the order in which each item is first found.
c s"