|
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/galaxy/collection/__pycache__/ |
a
�)g$ � @ s� d Z ddlmZmZmZ eZddlZej rRddl
mZ ddlm
Z
ddlmZmZ ddl
mZmZ ddlmZ dd lmZ e� ZG d
d� d�ZdS )z8A facade for interfacing with multiple Galaxy instances.� )�absolute_import�division�print_functionN)�CollectionVersionMetadata)�ConcreteArtifactsManager)� Candidate�Requirement)� GalaxyAPI�GalaxyError)�to_text)�Displayc @ sV e Zd ZdZddd�Zedd� �Zdd� Zd d
� Zdd� Z d
d� Z
dd� Zdd� ZdS )�MultiGalaxyAPIProxyz<A proxy that abstracts talking to multiple Galaxy instances.Fc C s || _ || _|| _dS )z Initialize the target APIs list.N)�_apis�_concrete_art_mgr�_offline)�selfZapisZconcrete_artifacts_managerZoffline� r �N/usr/lib/python3.9/site-packages/ansible/galaxy/collection/galaxy_api_proxy.py�__init__ s zMultiGalaxyAPIProxy.__init__c C s | j S �N)r �r r r r �is_offline_mode_requested&