Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/zope/interface/common/__pycache__/mapping.cpython-39.pyc
Ðазад
a i�hO � @ s� d Z ddlmZ ddlmZ G dd� de�ZG dd� deje�ZG dd � d e�ZG d d� dej e�Z G dd � d ee �ZG dd� de �ZG dd� de�Z G dd� de�ZG dd� de�ZG dd� dejeee e�ZdS )ah Mapping Interfaces. Importing this module does *not* mark any standard classes as implementing any of these interfaces. While this module is not deprecated, new code should generally use :mod:`zope.interface.common.collections`, specifically :class:`~zope.interface.common.collections.IMapping` and :class:`~zope.interface.common.collections.IMutableMapping`. This module is occasionally useful for its extremely fine grained breakdown of interfaces. The standard library :class:`dict` and :class:`collections.UserDict` implement ``IMutableMapping``, but *do not* implement any of the interfaces in this module. � )� Interface)�collectionsc @ s e Zd ZdZdd� ZdS )�IItemMappingz%Simplest readable mapping object c C s dS )z`Get a value for a key A `KeyError` is raised if there is no value for the key. N� ��keyr r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/zope/interface/common/mapping.py�__getitem__'