Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.11/site-packages/ansible/module_utils/common/__pycache__/ |
Upload File : |
� ���c � � � d Z ddlmZmZmZ eZddlmZm Z ddl mZmZm Z mZ G d� dee� � Zd� Zd d �Zd d �Zd� ZdS )z*Collection of low-level utility functions.� )�absolute_import�division�print_function)�binary_type� text_type)�Hashable�Mapping�MutableMapping�Sequencec �H � e Zd ZdZd� Zd� Zd� Zd� Zd� Zd� Z d� Z d � Zd � ZdS )� ImmutableDictz!Dictionary that cannot be updatedc �( � t |i |��| _ d S �N)�dict�_store)�self�args�kwargss �L/usr/lib/python3.11/site-packages/ansible/module_utils/common/collections.py�__init__zImmutableDict.__init__ s � ��D�+�F�+�+����� c � � | j | S r �r )r �keys r �__getitem__zImmutableDict.__getitem__ s � ��{�3��r c �4 � | j � � � S r )r �__iter__�r s r r zImmutableDict.__iter__ s � ��{�#�#�%�%�%r c �4 � | j � � � S r )r �__len__r s r r zImmutableDict.__len__ s � ��{�"�"�$�$�$r c �^ � t t | � � � � � � � S r )�hash� frozenset�itemsr s r �__hash__zImmutableDict.__hash__ s � ��I�d�j�j�l�l�+�+�,�,�,r c �x � | � � � t |� � k rdS n# t $ r Y nw xY wdS )NTF)r% r"