Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/boto3/resources/__pycache__/factory.cpython-39.pyc
Ðазад
a v�h�W � @ s� d dl Z d dlmZ ddlmZ ddlmZ ddlmZmZ ddl m Z ddlmZ dd l mZmZ d dlmZ d dlmZ e �e�ZG d d� de�ZdS )� N)�partial� )� ServiceAction)�WaiterAction)�ResourceMeta�ServiceResource)�CollectionFactory)� ResourceModel)�build_identifiers�ResourceHandler� )�ResourceLoadException)� docstringc @ s� e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dd� Z dd� Zdd� Zdd� Z dd� Zdd� Zdd� Zdd� Zdd� Zd d!� Zd&d#d$�Zd%S )'�ResourceFactoryaW A factory to create new :py:class:`~boto3.resources.base.ServiceResource` classes from a :py:class:`~boto3.resources.model.ResourceModel`. There are two types of lookups that can be done: one on the service itself (e.g. an SQS resource) and another on models contained within the service (e.g. an SQS Queue resource). c C s t � | _|| _d S �N)r �_collection_factory�_emitter)�selfZemitter� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/boto3/resources/factory.py�__init__&