Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/boto3/resources/__pycache__/model.cpython-39.pyc
Ðазад
a v�h�P � @ s� d Z ddlZddlmZ e�e�ZG dd� de�ZG dd� de�Z G dd � d e�Z G d d� de�ZG dd � d e �ZG dd� de �Z G dd� de�ZG dd� de �ZG dd� de�ZdS )a� The models defined in this file represent the resource JSON description format and provide a layer of abstraction from the raw JSON. The advantages of this are: * Pythonic interface (e.g. ``action.request.operation``) * Consumers need not change for minor JSON changes (e.g. renamed field) These models are used both by the resource factory to generate resource classes as well as by the documentation generator. � N)� xform_namec @ s e Zd ZdZddd�ZdS )� Identifierzw A resource identifier, given by its name. :type name: string :param name: The name of the identifier Nc C s || _ || _d S �N)�name�member_name)�selfr r � r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/boto3/resources/model.py�__init__) s zIdentifier.__init__)N��__name__� __module__�__qualname__�__doc__r r r r r r "